File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
pkgname=camelot-git
2
2
_gitname=" Camelot"
3
3
_outputfolder=" Release"
4
- pkgrel=2
5
- pkgver=v0.2.0
4
+ pkgrel=1
5
+ pkgver=v0.2.1
6
6
url=" https://github.com/IngvarX/Camelot"
7
7
pkgdesc=" Cross-platform file manager written in C#"
8
8
arch=(" any" )
Original file line number Diff line number Diff line change 1
1
pkgname=camelot
2
2
_gitname=" Camelot"
3
3
_outputfolder=" Release"
4
- pkgver=v0.2.0
5
- _gittag=v0.2.0
4
+ pkgver=v0.2.1
5
+ _gittag=v0.2.1
6
6
pkgrel=1
7
7
url=" https://github.com/IngvarX/Camelot"
8
8
pkgdesc=" Cross-platform file manager written in C#"
@@ -34,5 +34,5 @@ package() {
34
34
install -Dm644 " ${srcdir} /${_gitname} /src/Camelot/Assets/logo.png" " ${pkgdir} /usr/share/icons/hicolor/512x512/apps/$pkgname .png"
35
35
36
36
# .desktop
37
- # install -Dm644 "${srcdir}/${_gitname}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
37
+ install -Dm644 " ${srcdir} /${_gitname} /${pkgname} .desktop" " ${pkgdir} /usr/share/applications/${pkgname} .desktop"
38
38
}
Original file line number Diff line number Diff line change 3
3
<OutputType >WinExe</OutputType >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
- <Version >0.2.0 </Version >
6
+ <Version >0.2.1 </Version >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
9
<AssemblyName >camelot</AssemblyName >
14
14
<CFBundleName >Camelot</CFBundleName >
15
15
<CFBundleDisplayName >Camelot</CFBundleDisplayName >
16
16
<CFBundleIdentifier >com.camelot</CFBundleIdentifier >
17
- <CFBundleVersion >0.2.0 </CFBundleVersion >
18
- <CFBundleShortVersionString >0.2.0 </CFBundleShortVersionString >
17
+ <CFBundleVersion >0.2.1 </CFBundleVersion >
18
+ <CFBundleShortVersionString >0.2.1 </CFBundleShortVersionString >
19
19
<CFBundlePackageType >AAPL</CFBundlePackageType >
20
20
<CFBundleSignature >????</CFBundleSignature >
21
21
<CFBundleExecutable >Camelot</CFBundleExecutable >
You can’t perform that action at this time.
0 commit comments