summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75ec183a893c..1f0c96a5501a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = f3-qt-git
pkgdesc = A simple GUI for F3 - Fight Flash Fraud.
pkgver = 2.1.0.r16.g10ab886
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zwpwjwtz/f3-qt
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2309c4042ffe..5b6d9c7587e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=f3-qt-git
pkgver=2.1.0.r16.g10ab886
-pkgrel=1
+pkgrel=2
pkgdesc="A simple GUI for F3 - Fight Flash Fraud."
arch=(i686 x86_64)
url="https://github.com/zwpwjwtz/f3-qt"
@@ -18,7 +18,6 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/f3-qt"
- #git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
# cutting off 'v' prefix that presents in the git tag
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}