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

Antonio Rojas arojas at archlinux.org
Wed Apr 10 20:26:10 UTC 2019


    Date: Wednesday, April 10, 2019 @ 20:26:07
  Author: arojas
Revision: 350544

Update to 7.19.3

Modified:
  libpgf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 20:21:35 UTC (rev 350543)
+++ PKGBUILD	2019-04-10 20:26:07 UTC (rev 350544)
@@ -2,19 +2,19 @@
 # Contributor: Tai Chi Minh Ralph Eastwood <tcmreastwood at gmail.com>
 
 pkgname=libpgf
-pkgver=7.15.32
-pkgrel=2
+pkgver=7.19.3
+pkgrel=1
 pkgdesc="An implementation of the Progressive Graphics File (PGF)"
 arch=('x86_64')
-url="http://www.libpgf.org"
+url="https://www.libpgf.org"
 depends=('gcc-libs')
 makedepends=('dos2unix')
 license=('GPL')
-source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}-latest/libPGF-codec-and-console-src.zip")
-sha1sums=('ff47afbc8c39c4719aa9fe988da6edb06e022f71')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}-latest/libPGF-codec-and-console-src.zip")
+sha1sums=('7e5ccb2fc99614eba7358404c4f1bbc1cca0b989')
 
 build() {
-  cd "${srcdir}/PGF/Codec"
+  cd libPGF-codec-and-console-src/PGF/Codec
   dos2unix configure.ac
   sh ./autogen.sh
   ./configure --prefix=/usr
@@ -22,6 +22,6 @@
 }
 
 package() {
-  cd "${srcdir}/PGF/Codec"
-  make DESTDIR=${pkgdir} install
+  cd libPGF-codec-and-console-src/PGF/Codec
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list