summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormydongistiny2016-11-27 18:40:38 -0800
committermydongistiny2016-11-27 18:40:38 -0800
commit7f8c6276c71b2a88d27961b3444ca268ca222dc8 (patch)
treebaca16c6108223ea39366204a9f31e2abdafb6d4
parentdff4b09827afa89ec12de55e05d4f6407f5c5976 (diff)
downloadaur-7f8c6276c71b2a88d27961b3444ca268ca222dc8.tar.gz
Fix package version so it doesn't always rebuild
Signed-off-by: mydongistiny <jaysonedson@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75b0ab46b04..8f4504725d94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meld-git
pkgdesc = Visual diff and merge tool
- pkgver = 3.16.0.184.18ff8a6
- pkgrel = 3
+ pkgver = 3.16.0.184.g18ff8a6
+ pkgrel = 1
url = http://meldmerge.org/
install = meld.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index febfc9307637..540e2e9405df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=meld
pkgname=$_pkgname-git
-pkgver=3.16.0.184.18ff8a6
-pkgrel=3
+pkgver=3.16.0.184.g18ff8a6
+pkgrel=1
_realver=3.16.0.16
pkgdesc='Visual diff and merge tool'
arch=('any')