summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2018-12-25 16:26:15 +0100
committerManuel Reimer2018-12-25 16:26:15 +0100
commitb1448d9411476d23ae7b46ab685f619d9258b1a7 (patch)
tree074247585e593668376077076db87f728eeb75ec /PKGBUILD
parent9d4d239796f5dbf6eff927d50214fd1b42a99e73 (diff)
downloadaur-b1448d9411476d23ae7b46ab685f619d9258b1a7.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/a852296bcb25f5296b7b266dc4bd246ed8de1198)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e45b5344ccdf..e1373628608a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-graphlcd
-pkgver=20170129
-_gitver=4436b5eb2f8bb6b0eeb10a5d233b13a5f9bc363f
-_vdrapi=2.2.0
-pkgrel=1
+pkgver=1.0.0.r0.ga6c8e3d
+_gitver=a6c8e3d4383ae164e26149888bbdc91cbd448ba8
+_vdrapi=2.4.0
+pkgrel=2
+epoch=1
pkgdesc="VDR Plugin to support graphical LC displays"
url="http://projects.vdr-developer.org/projects/show/graphlcd"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -22,7 +23,7 @@ md5sums=('SKIP'
pkgver() {
cd "${srcdir}/vdr-plugin-${_plugname}"
- git log -1 --pretty=format:%ad --date=short | sed 's/-//g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {