summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Schaffrath2020-11-19 00:12:19 +0100
committerPhilipp Schaffrath2020-11-19 00:12:19 +0100
commitefa1f1728fa9b24fbb616abf9179ab4a15f68099 (patch)
tree718554667efdd6f595872db1d2054e5c0b27e0c0
parent0805680ab97cd7d3aaecef2e17202eb4c951b8c7 (diff)
downloadaur-efa1f1728fa9b24fbb616abf9179ab4a15f68099.tar.gz
overwrite PREFIX to install into /usr
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a73ffde7362b..61709ab3c567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = giph
pkgdesc = video recorder that records the desktop, a window or a selection
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phisch/giph
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2184add4b504..d3b93f5951f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=giph
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='video recorder that records the desktop, a window or a selection'
url='https://github.com/phisch/giph'
license=('MIT')
@@ -19,6 +19,6 @@ sha256sums=('8aea6c6dd59e66e8911b9aab04fe71fa995ffe885684113586be37944ceb7982')
package() {
cd "$pkgname-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" PREFIX="/usr" install
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
} \ No newline at end of file