summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892021-04-01 11:33:13 +0200
committerPhoton892021-04-01 11:33:13 +0200
commit5d418d9b707579f0b8227cfa5dac7469e408c496 (patch)
tree53a62abf349913e1bba3d91aa7474054a8028d78
parent5d25d1637b0e713d8bf6bf9f80bb51235d569c47 (diff)
downloadaur-5d418d9b707579f0b8227cfa5dac7469e408c496.tar.gz
Fixed building .mo locale files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2888dcec0d3c..c5c490ba9926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shutter
pkgdesc = A featureful screenshot tool (formerly gscrot)
pkgver = 0.95
- pkgrel = 1
+ pkgrel = 2
url = https://shutter-project.org/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index f35f5e25611d..0222ce5dcce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=shutter
pkgver=0.95
-pkgrel=1
+pkgrel=2
pkgdesc="A featureful screenshot tool (formerly gscrot)"
arch=('any')
url="https://shutter-project.org/"
@@ -41,7 +41,7 @@ prepare() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- install -Dm755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
- cp -a share "$pkgdir/usr/"
+ make prefix="$pkgdir/usr" install
}
+