aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-01-02 02:03:23 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:38 +0200
commit7420d772a03614a74ae12c3848584c57893d0a15 (patch)
tree97ffe1292809b9c759f48b11f59a113544a09ecd
parentfe981a723a80ec9b670cf10bfd9bbb04c7f0569f (diff)
downloadpkgbuilds-7420d772a03614a74ae12c3848584c57893d0a15.tar.xz
$pkgver -git and modeline fix
* Changed $pkgver of -git packages to "git" * Add missing modelines
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dcab98..3ad704d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Jun 1 15:02:22 UTC 2015
pkgbase = i3pystatus-git
pkgdesc = i3status replacement written in python for the i3 window manager
- pkgver = 3.1.r188.ga4e6e54
+ pkgver = git
pkgrel = 1
url = https://github.com/enkore/i3pystatus.git
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5456094..d363e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=i3pystatus-git
pkgdesc="i3status replacement written in python for the i3 window manager"
-pkgver=3.1.r188.ga4e6e54
+pkgver=git
pkgrel=1
arch=('i686' 'x86_64')
license=('mit')
@@ -22,3 +22,5 @@ package() {
cd i3pystatus
python setup.py install --prefix=/usr --root="$pkgdir"
}
+
+# vim: set ts=4 sw=4 noet: