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

Dave Reisner dreisner at archlinux.org
Thu Sep 6 15:52:03 UTC 2012


    Date: Thursday, September 6, 2012 @ 11:52:02
  Author: dreisner
Revision: 166339

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
    (from rev 166338, 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-09-06 15:51:53 UTC (rev 166338)
+++ PKGBUILD	2012-09-06 15:52:02 UTC (rev 166339)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=arch-install-scripts
-pkgver=5
-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=('7b11caeb9958a36a323bfe2b109c1566'
-         '569ec9f8a499068de49e6641bb85c82e')
-
-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 166338, arch-install-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-09-06 15:52:02 UTC (rev 166339)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=arch-install-scripts
+pkgver=6
+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=('26876d375d82b557465c5f00c3025267'
+         'cc17e92c8539e518b17ea6c55749a969')
+
+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