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

Balló György bgyorgy at archlinux.org
Thu Jun 3 15:21:31 UTC 2021


    Date: Thursday, June 3, 2021 @ 15:21:31
  Author: bgyorgy
Revision: 955692

Minor changes

Modified:
  iec16022/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-03 15:12:49 UTC (rev 955691)
+++ PKGBUILD	2021-06-03 15:21:31 UTC (rev 955692)
@@ -3,12 +3,12 @@
 pkgname=iec16022
 pkgver=0.3.0
 pkgrel=3
-pkgdesc="Produce 2D barcodes often also referenced as DataMatrix"
+pkgdesc='Produce 2D barcodes often also referenced as DataMatrix'
 arch=('x86_64')
-url="https://rdoeffinger.github.io/"
+url='https://rdoeffinger.github.io/'
 license=('GPL')
 depends=('popt' 'zlib')
-source=(https://github.com/rdoeffinger/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+source=("https://github.com/rdoeffinger/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('C61D16E59E2CD10C895838A40899A2B906D4D9C7') # Reimar Döffinger
 sha256sums=('f36d6472ad1315bf4d0f905b6ce83a811468d90733e758a00c3147b9cdbe33ae'
             'SKIP')
@@ -15,7 +15,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list