summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Salvia Novella2019-11-15 09:48:11 +0100
committerAlberto Salvia Novella2019-11-15 09:48:11 +0100
commit6760872ad721f79c96da1f7db7cdeb67307e1d3f (patch)
treeb6997ce0a99916f3ff4d02881237601a9f18ea0a
parent6fab1f72a00c0ba55fc28377fb39c29c7b14e705 (diff)
downloadaur-6760872ad721f79c96da1f7db7cdeb67307e1d3f.tar.gz
2019-11-15 1573807690
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c7d355c512..99306e347b00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qsyncthingtray-git
pkgdesc = Syncs files among devices, and shows the sync status on a tray icon. Version with the latest unreleased improvements.
- pkgver = r421
- pkgrel = 2
+ pkgver = 421
+ pkgrel = 3
url = https://github.com/sieren/QSyncthingTray
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 00e32a4c8db4..f51598472639 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgdesc="Syncs files among devices, and shows the sync status on a tray icon. Ve
url="https://github.com/sieren/${Name}"
license=("LGPL3")
-pkgver=r421
-pkgrel=2
+pkgver=421
+pkgrel=3
arch=("i686" "x86_64")
makedepends=("cmake" "git")
@@ -22,7 +22,7 @@ md5sums=("SKIP" "SKIP")
pkgver () {
cd "${Name}"
- printf "r%s\n" "$(git rev-list --count HEAD)"
+ git rev-list --count HEAD
}