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

Dave Reisner dreisner at archlinux.org
Fri Jan 4 19:50:23 UTC 2013


    Date: Friday, January 4, 2013 @ 14:50:23
  Author: dreisner
Revision: 174455

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
    (from rev 174454, 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	2013-01-04 19:50:14 UTC (rev 174454)
+++ PKGBUILD	2013-01-04 19:50:23 UTC (rev 174455)
@@ -1,24 +0,0 @@
-# $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:

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 174454, arch-install-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-01-04 19:50:23 UTC (rev 174455)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=arch-install-scripts
+pkgver=10
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="http://github.com/falconindy/arch-install-scripts"
+license=('GPL')
+depends=('bash' 'coreutils' 'pacman' 'util-linux')
+source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('ce34cc7ebbc03c3aa45a8d9dc0bc5c5f'
+         '8f88eea7e62dffde09ecd4bb89d44e56')
+
+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