summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarazmista2019-02-08 23:24:15 +0100
committermarazmista2019-02-08 23:24:15 +0100
commit0040d35b8702cb81257b0ea3df5ed79cb0da27ec (patch)
tree6610b41cb0201681e569498e4038035b0c4d4eac /PKGBUILD
parente482e7b712c9fc2db9784a82ad539fd5b6c1cf15 (diff)
downloadaur-0040d35b8702cb81257b0ea3df5ed79cb0da27ec.tar.gz
updated PKGBUILD for modified .pro file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4891a75cea0a..d1e12b65b00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: marazmista <marazmista@gmail.com>
pkgname=radeon-profile-git
-pkgver=20181028.r0.g33af9d3
-pkgrel=4
+pkgver=20190127.r9.ged1a23f
+pkgrel=1
pkgdesc="App for display info about radeon card"
url="http://github.com/marazmista/radeon-profile"
arch=('i686' 'x86_64')
@@ -37,7 +37,7 @@ make
package() {
cd "$srcdir/radeon-profile/radeon-profile"
-install -Dm755 "radeon-profile" "$pkgdir/usr/bin/radeon-profile"
+install -Dm755 "target/radeon-profile" "$pkgdir/usr/bin/radeon-profile"
install -Dm644 "extra/radeon-profile.png" "$pkgdir/usr/share/pixmaps/radeon-profile.png"
install -Dm644 "extra/radeon-profile.desktop" "$pkgdir/usr/share/applications/radeon-profile.desktop"