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

Pierre Schmitz pierre at archlinux.org
Wed Sep 3 04:01:19 UTC 2014


    Date: Wednesday, September 3, 2014 @ 06:01:18
  Author: pierre
Revision: 220921

upgpkg: archiso 19-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-03 01:30:38 UTC (rev 220920)
+++ PKGBUILD	2014-09-03 04:01:18 UTC (rev 220921)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=archiso
-pkgver=18
+pkgver=19
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -10,8 +10,10 @@
 license=('GPL')
 url='https://projects.archlinux.org/archiso.git/'
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('f026ac737a377657531df2ebb1c91e278191cd74')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
+sha1sums=('bb51cd62b2c98930302c32dd74d33e573a8b01f5'
+          'SKIP')
 
 package() {
 	make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list