[arch-commits] Commit in eid-mw/trunk (PKGBUILD)

Jerome Leclanche jleclanche at gemini.archlinux.org
Fri Aug 13 06:58:48 UTC 2021


    Date: Friday, August 13, 2021 @ 06:58:48
  Author: jleclanche
Revision: 997927

upgpkg: eid-mw 5.0.27-2: Rebuild with sysconfdir /etc

Modified:
  eid-mw/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-13 06:52:49 UTC (rev 997926)
+++ PKGBUILD	2021-08-13 06:58:48 UTC (rev 997927)
@@ -6,7 +6,7 @@
 
 pkgname=eid-mw
 pkgver=5.0.27
-pkgrel=1
+pkgrel=2
 pkgdesc="The Belgian e-ID (electronic identity card) viewer and Firefox extension"
 arch=("x86_64")
 url="https://eid.belgium.be/"
@@ -19,6 +19,15 @@
     "ccid: Needed for Belgian Digipass 870"
     "pcsc-tools: PC/SC smartcard tools"
 )
+source=(
+    "https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz"
+    "https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz.asc"
+)
+sha256sums=(
+    "67f755ba3b828745460a6c1dcdd6eb28442a7b596ff8e009edd8db727024123a"
+    "SKIP"
+)
+validpgpkeys=("D95426E309C0492990D8E8E2824A5E0010A04D46")
 
 # Upstream has decided not signing sources using the GPG key as this was
 # confusing users who are not used to use .asc signature files.  So while the
@@ -47,30 +56,12 @@
 # configuration to supported distributions) *are* signed with that key. The
 # sources aren't, for reasons as explained above.
 #
-# >> Yes, I know, I set that up (by request of the then-current arch
-# >> maintainer, as it happens)
-# >
-# > Yes, indeed. wget is me. I'm AM the Arch Linux. Thanks for taking this up
-#
-# I know, but it was your predecessor ("Alad") who asked for that, and by
-# whose request I set that up.
-#
 # [...]
-source=(
-    "https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz"
-    "https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz.asc"
-)
-sha256sums=(
-    "67f755ba3b828745460a6c1dcdd6eb28442a7b596ff8e009edd8db727024123a"
-    "SKIP"
-)
 
-validpgpkeys=("D95426E309C0492990D8E8E2824A5E0010A04D46")
-
 build() {
     cd "$pkgname-$pkgver-v$pkgver"
     sed -i "s/c_rehash/openssl rehash/g" plugins_tools/eid-viewer/Makefile.in
-    ./configure --prefix=/usr --libexecdir=/usr/bin
+    ./configure --prefix=/usr --libexecdir=/usr/bin --sysconfdir=/etc
     make
 }
 



More information about the arch-commits mailing list