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

Andreas Radke andyrtr at archlinux.org
Fri Apr 28 17:45:56 UTC 2017


    Date: Friday, April 28, 2017 @ 17:45:55
  Author: andyrtr
Revision: 295007

archrelease: copy trunk to extra-x86_64

Added:
  libisoburn/repos/extra-x86_64/PKGBUILD
    (from rev 295006, libisoburn/trunk/PKGBUILD)
Deleted:
  libisoburn/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-28 17:45:37 UTC (rev 295006)
+++ PKGBUILD	2017-04-28 17:45:55 UTC (rev 295007)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Gour <Gour <gour at mail.inet.hr>
-
-pkgname=libisoburn
-pkgver=1.4.6 #.pl01
-pkgrel=2
-pkgdesc="frontend for libraries libburn and libisofs"
-url="http://libburnia-project.org"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn' 'libisofs' 'readline')
-optdepends=('tk:      for xorriso-tcltk frontend'
-            'bwidget: for xorriso-tcltk frontend')
-provides=('xorriso' 'xorriso-tcltk')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('15d763fd698b9bc8d6fc643a3257505b'
-         'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt <scdbackup at gmx.net>
-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-x86_64/PKGBUILD (from rev 295006, libisoburn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-28 17:45:55 UTC (rev 295007)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Gour <Gour <gour at mail.inet.hr>
+
+pkgname=libisoburn
+pkgver=1.4.6 #.pl01
+pkgrel=2
+pkgdesc="frontend for libraries libburn and libisofs"
+url="https://dev.lovelyhq.com/libburnia"
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn' 'libisofs' 'readline')
+optdepends=('tk:      for xorriso-tcltk frontend'
+            'bwidget: for xorriso-tcltk frontend')
+provides=('xorriso' 'xorriso-tcltk')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('15d763fd698b9bc8d6fc643a3257505b'
+         'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt <scdbackup at gmx.net>
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list