summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cd8de25cb74..f00edfd9e4dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
+# Generated by mksrcinfo v8
+# Mon Oct 3 20:38:20 UTC 2016
pkgbase = radeon-profile-daemon-git
pkgdesc = System daemon for radeon-profile
- pkgver = 20150315
+ pkgver = 20161003.r0.gda49107
pkgrel = 1
url = http://github.com/marazmista/radeon-profile-daemon
arch = i686
arch = x86_64
license = GPL2
- depends = qt4
+ depends = qt5-base
depends = xf86-video-ati
depends = radeon-profile
provides = radeon-profile-daemon
replaces = radeon-profile-daemon
- source = git://github.com/marazmista/radeon-profile-daemon.git
+ source = git+https://github.com/marazmista/radeon-profile-daemon.git
sha256sums = SKIP
pkgname = radeon-profile-daemon-git
diff --git a/PKGBUILD b/PKGBUILD
index efcb8211e04f..2c32bf4a9c76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: marazmista <marazmista@gmail.com>
pkgname=radeon-profile-daemon-git
-pkgver=20160124
-pkgrel=2
+pkgbase=radeon-profile-daemon
+pkgver=20161003.r0.gda49107
+pkgrel=1
pkgdesc="System daemon for radeon-profile"
url="http://github.com/marazmista/radeon-profile-daemon"
arch=('i686' 'x86_64')
@@ -12,7 +13,12 @@ provides=('radeon-profile-daemon')
replaces=('radeon-profile-daemon')
source=('git+https://github.com/marazmista/radeon-profile-daemon.git')
sha256sums=('SKIP')
-
+
+pkgver() {
+cd "$srcdir/$pkgbase"
+git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
build() {
mkdir -p build
cd build