summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarazmista2017-03-13 00:30:13 +0100
committermarazmista2017-03-13 00:30:13 +0100
commit01ab611b96d2b62532681fb3cb10d0e32811c57b (patch)
tree87103e106d0fdba8fa0f5e933d26d1433b638796
parentcb3480eb37d27309996de5159409ddf360238929 (diff)
downloadaur-01ab611b96d2b62532681fb3cb10d0e32811c57b.tar.gz
removed pkgbase variable
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc0a4fdb0e7e..1eef69dc86a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 3 20:14:49 UTC 2016
+# Sun Mar 12 23:29:41 UTC 2017
pkgbase = radeon-profile-git
pkgdesc = App for display info about radeon card
- pkgver = 20161003.r0.g4347b27
- pkgrel = 1
+ pkgver = 20161221.r13.g4385106
+ pkgrel = 2
url = http://github.com/marazmista/radeon-profile
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4efacb1e6046..4e5ba53c5a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: marazmista <marazmista@gmail.com>
pkgname=radeon-profile-git
-pkgbase=radeon-profile
-pkgver=20161003.r0.g4347b27
-pkgrel=1
+pkgver=20161221.r13.g4385106
+pkgrel=2
pkgdesc="App for display info about radeon card"
url="http://github.com/marazmista/radeon-profile"
arch=('i686' 'x86_64')
@@ -19,16 +18,16 @@ optdepends=('radeon-profile-daemon: system daemon for reading card info'
'xf86-video-ati: radeon open source driver')
provides=('radeon-profile')
replaces=('radeon-profile')
-source=("git+https://github.com/marazmista/$pkgbase.git")
+source=("git+https://github.com/marazmista/radeon-profile.git")
sha256sums=('SKIP')
pkgver() {
-cd "$srcdir/$pkgbase"
+cd "$srcdir/radeon-profile"
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
-cd "$srcdir/$pkgbase/radeon-profile"
+cd "$srcdir/radeon-profile/radeon-profile"
lrelease radeon-profile.pro
qmake-qt5
@@ -36,7 +35,7 @@ make
}
package() {
-cd "$srcdir/$pkgbase/radeon-profile"
+cd "$srcdir/radeon-profile/radeon-profile"
install -Dm755 "radeon-profile" "$pkgdir/usr/bin/radeon-profile"