Date: Friday, June 28, 2013 @ 16:01:12
  Author: kkeen
Revision: 93203

archrelease: copy trunk to community-any

Added:
  aurphan/repos/community-any/PKGBUILD
    (from rev 93202, aurphan/trunk/PKGBUILD)
Deleted:
  aurphan/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-28 14:01:03 UTC (rev 93202)
+++ PKGBUILD    2013-06-28 14:01:12 UTC (rev 93203)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Kyle Keen <[email protected]>
-pkgname=aurphan
-pkgver=20130214
-pkgrel=1
-pkgdesc="Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!"
-arch=('any')
-url="http://kmkeen.com/aurphan/";
-license=('GPL')
-depends=('bash' 'curl' 'jshon' 'expac')
-makedepends=()
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('683283a7ecba1aee58c4a2e270adf596')
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
-}
-

Copied: aurphan/repos/community-any/PKGBUILD (from rev 93202, 
aurphan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-06-28 14:01:12 UTC (rev 93203)
@@ -0,0 +1,20 @@
+# $Id$
+# Contributor: Kyle Keen <[email protected]>
+pkgname=aurphan
+pkgver=20130628
+pkgrel=1
+pkgdesc="Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!"
+arch=('any')
+url="http://kmkeen.com/aurphan/";
+license=('GPL')
+depends=('bash' 'curl' 'jshon' 'expac')
+makedepends=()
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('866da488f268245a811764fc25cddb61')
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+

Reply via email to