diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-01-02 02:03:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:38 +0200 |
commit | 84ae4b8a3ee7e47197ef0060e42f8e847b34e9d8 (patch) | |
tree | b4dcc6b1ddccd4ee2176e40c1d1c1a22df07e5d6 | |
parent | 2b3cd9ae159f129363a96ef05fc5798571c87a7d (diff) | |
download | pkgbuilds-84ae4b8a3ee7e47197ef0060e42f8e847b34e9d8.tar.xz |
$pkgver -git and modeline fix
* Changed $pkgver of -git packages to "git"
* Add missing modelines
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Mon Jun 1 14:57:59 UTC 2015 pkgbase = beets-git pkgdesc = Flexible music library manager and tagger - git version - pkgver = 1.3.1.r149.ge8d6c94 + pkgver = git pkgrel = 1 url = http://beets.radbox.org/ arch = any @@ -2,7 +2,7 @@ # Contributor: Johannes Löthberg <johannes@kyriasis.com> pkgname=beets-git -pkgver=1.3.1.r149.ge8d6c94 +pkgver=git pkgrel=1 pkgdesc="Flexible music library manager and tagger - git version" arch=('any') |