summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2022-06-07 14:00:58 +0200
committermrxx2022-06-07 14:00:58 +0200
commit263e8587ed295c30f3f72c56af9508993a2b5c2a (patch)
treef978b0a4eca506f5fb13db81d8f71e866c36e50f
parent5777ec72b5d28af82795b2c34d0cc530dbc3a595 (diff)
downloadaur-gexif.tar.gz
Remove Makevars.template workaround
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55cb4f0b6dc5..c94acd90d393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gexif
pkgdesc = View and edit the EXIF tags contained in JPG and TIFF files
pkgver = 0.5
- pkgrel = 5
+ pkgrel = 6
url = https://libexif.github.io
arch = i686
arch = x86_64
@@ -14,4 +14,3 @@ pkgbase = gexif
md5sums = c717c9f555d17eabb0dd63d35f0bb5d9
pkgname = gexif
-
diff --git a/PKGBUILD b/PKGBUILD
index 21ab86e96417..b4126e9d7e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gexif
pkgver=0.5
-pkgrel=5
+pkgrel=6
pkgdesc='View and edit the EXIF tags contained in JPG and TIFF files'
arch=('i686' 'x86_64')
url='https://libexif.github.io'
@@ -19,9 +19,7 @@ md5sums=('SKIP'
build() {
cd "${srcdir}/${pkgname}"
- mv po/Makevars.template savefile
autoreconf -if
- mv savefile po/Makevars.template
./configure --prefix=/usr
make
}