summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-07-16 01:50:25 -0600
committerBrian Bidulock2015-07-16 01:54:46 -0600
commit49be10582849568abd163f824373145bd6460120 (patch)
tree93b167c02e65bdda4ad54be3e084862deee2a482
parent71df019f620266ac5a7740e61057e85aa679123c (diff)
downloadaur-49be10582849568abd163f824373145bd6460120.tar.gz
version 20150705-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 380fe9e8649e..cbc54ec069e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = pnmixer-git
pkgdesc = Lightweight GTK3 volume control program that runs in the system tray
- pkgver = 0.5.r116.gd7c3ea0
+ pkgver = 20150705
pkgrel = 1
- epoch = 1
url = https://github.com/nicklan/pnmixer
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 575da53a58be..d257862abbb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
# Contributor: Steven Honeyman <stevenhoneyman at gmail com>
pkgname=pnmixer-git
-pkgver=0.5.r116.gd7c3ea0
+pkgver=20150705
pkgrel=1
-epoch=1
pkgdesc="Lightweight GTK3 volume control program that runs in the system tray"
url="https://github.com/nicklan/pnmixer"
license=('GPL')
@@ -18,7 +17,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/pnmixer"
- git describe --tags --long|sed -r 's,^[^0-9]*,,;s,([^-]*-g),r\1,;s,[-_],.,g'
+ git log -1 --format="%cd" --date=short | sed 's|-||g'
}
build() {