[arch-commits] Commit in arch-install-scripts/repos/extra-any (PKGBUILD PKGBUILD)

Dave Reisner dreisner at archlinux.org
Sat Nov 17 15:56:28 UTC 2012


    Date: Saturday, November 17, 2012 @ 10:56:28
  Author: dreisner
Revision: 171452

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
    (from rev 171451, arch-install-scripts/trunk/PKGBUILD)
Deleted:
  arch-install-scripts/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-17 15:56:19 UTC (rev 171451)
+++ PKGBUILD	2012-11-17 15:56:28 UTC (rev 171452)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=arch-install-scripts
-pkgver=8
-pkgrel=1
-pkgdesc="Scripts to aid in installing Arch Linux"
-arch=('any')
-url="http://github.com/falconindy/$pkgname"
-license=('GPL')
-depends=('bash' 'coreutils' 'pacman' 'util-linux')
-source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('fa163bfc641b6c32c711a6d9e4519802'
-         '74136d5e49f2a00e1e1a843fc88a35cb')
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-package() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 171451, arch-install-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-11-17 15:56:28 UTC (rev 171452)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=arch-install-scripts
+pkgver=9
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="http://github.com/falconindy/$pkgname"
+license=('GPL')
+depends=('bash' 'coreutils' 'pacman' 'util-linux')
+source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('672a7bf8f20cf5c86a3a3ff4f132c5f6'
+         'd58a94848ba18cdfebbb262fe70c819d')
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list