[arch-commits] Commit in libisofs/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Oct 28 06:16:28 UTC 2019


    Date: Monday, October 28, 2019 @ 06:16:27
  Author: andyrtr
Revision: 365954

archrelease: copy trunk to extra-x86_64

Added:
  libisofs/repos/extra-x86_64/PKGBUILD
    (from rev 365953, libisofs/trunk/PKGBUILD)
Deleted:
  libisofs/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-28 06:16:22 UTC (rev 365953)
+++ PKGBUILD	2019-10-28 06:16:27 UTC (rev 365954)
@@ -1,29 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Hugo Doria <hugodoria at gmail.com>
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
-arch=('x86_64')
-url="https://dev.lovelyhq.com/libburnia"
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400'
-            'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt <scdbackup at gmx.net>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 365953, libisofs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-28 06:16:27 UTC (rev 365954)
@@ -0,0 +1,28 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Hugo Doria <hugodoria at gmail.com>
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
+arch=('x86_64')
+url="https://dev.lovelyhq.com/libburnia"
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500'
+            'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt <scdbackup at gmx.net>
+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure --prefix=/usr \
+	--enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list