diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-25 17:07:00 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:39 +0200 |
commit | cd633f8586e2c70a12a7f6659f0e598fbf39ad34 (patch) | |
tree | 3169caa28c2adacd51644a30b6d35050ae2b8928 | |
parent | 625cda571b4604068e3d66edd5a731ccc21f4506 (diff) | |
download | pkgbuilds-cd633f8586e2c70a12a7f6659f0e598fbf39ad34.tar.xz |
-git PKGBUILDs should have their version set to 'git', otherwise there's just a bunch of useless noise..
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Mon Jun 1 15:00:23 UTC 2015 pkgbase = j4-dmenu-desktop-git pkgdesc = A rewrite of i3-dmenu-desktop, which is much faster - pkgver = 150.0a7f56c + pkgver = git pkgrel = 1 url = https://github.com/enkore/j4-dmenu-desktop arch = i686 @@ -1,7 +1,7 @@ # Maintainer: Bill Kolokithas <kolokithas.b@gmail.com> pkgname=j4-dmenu-desktop-git -pkgver=150.0a7f56c +pkgver=git pkgrel=1 pkgdesc="A rewrite of i3-dmenu-desktop, which is much faster" arch=('i686' 'x86_64') |