diff --git a/scripts/aur/camelot-git/PKGBUILD b/scripts/aur/camelot-git/PKGBUILD
index 2c8cc52c..59425fbf 100644
--- a/scripts/aur/camelot-git/PKGBUILD
+++ b/scripts/aur/camelot-git/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=camelot-git
_gitname="Camelot"
_outputfolder="Release"
-pkgrel=2
-pkgver=v0.2.0
+pkgrel=1
+pkgver=v0.2.1
url="https://github.com/IngvarX/Camelot"
pkgdesc="Cross-platform file manager written in C#"
arch=("any")
diff --git a/scripts/aur/camelot/PKGBUILD b/scripts/aur/camelot/PKGBUILD
index 9c084c3b..b618978c 100644
--- a/scripts/aur/camelot/PKGBUILD
+++ b/scripts/aur/camelot/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=camelot
_gitname="Camelot"
_outputfolder="Release"
-pkgver=v0.2.0
-_gittag=v0.2.0
+pkgver=v0.2.1
+_gittag=v0.2.1
pkgrel=1
url="https://github.com/IngvarX/Camelot"
pkgdesc="Cross-platform file manager written in C#"
@@ -34,5 +34,5 @@ package() {
install -Dm644 "${srcdir}/${_gitname}/src/Camelot/Assets/logo.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/$pkgname.png"
# .desktop
- #install -Dm644 "${srcdir}/${_gitname}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ install -Dm644 "${srcdir}/${_gitname}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
diff --git a/src/Camelot/Camelot.csproj b/src/Camelot/Camelot.csproj
index e7081e6d..5cac9556 100644
--- a/src/Camelot/Camelot.csproj
+++ b/src/Camelot/Camelot.csproj
@@ -3,7 +3,7 @@
WinExe
netcoreapp3.1
false
- 0.2.0
+ 0.2.1
camelot
@@ -14,8 +14,8 @@
Camelot
Camelot
com.camelot
- 0.2.0
- 0.2.0
+ 0.2.1
+ 0.2.1
AAPL
????
Camelot