summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f3e11107230..a06bae7c3c73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Dec 23 18:59:12 UTC 2015
pkgbase = conky-git
pkgdesc = Lightweight system monitor for X
- pkgver = 1.999.r481.g3414955
- pkgrel = 1
+ pkgver = v1.10.1.r18.g2fab2d3
+ pkgrel = 2
url = http://conky.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bf0eb6d56b39..bc52471ddad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Partha Chowdhury <kira.laucas@gmail.com>
pkgname=conky-git
-pkgver=1.999.r481.g3414955
-pkgrel=1
+pkgver=v1.10.1.r18.g2fab2d3
+pkgrel=2
pkgdesc='Lightweight system monitor for X'
url='http://conky.sourceforge.net/'
license=('BSD' 'GPL')
@@ -21,7 +21,7 @@ options=('!strip' 'debug')
pkgver() {
cd conky
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {