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

Dave Reisner dreisner at archlinux.org
Fri Aug 3 23:12:37 UTC 2012


    Date: Friday, August 3, 2012 @ 19:12:37
  Author: dreisner
Revision: 164709

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
    (from rev 164708, 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-08-03 23:12:30 UTC (rev 164708)
+++ PKGBUILD	2012-08-03 23:12:37 UTC (rev 164709)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=arch-install-scripts
-pkgver=3
-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=('c91c3a5d05d5f12934c466b30962d8c8'
-         '869220e79a96953cb71ee2c3634953f5')
-
-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 164708, arch-install-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-08-03 23:12:37 UTC (rev 164709)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=arch-install-scripts
+pkgver=4
+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=('613bcec061e975137e69e4f08d3107f3'
+         'fc628f01dd5dab36c69b071506de48aa')
+
+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