[arch-commits] Commit in reflector/repos (2 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Mar 18 11:05:13 UTC 2014


    Date: Tuesday, March 18, 2014 @ 12:05:13
  Author: fyan
Revision: 107623

archrelease: copy trunk to community-staging-any

Added:
  reflector/repos/community-staging-any/
  reflector/repos/community-staging-any/PKGBUILD
    (from rev 107622, reflector/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: reflector/repos/community-staging-any/PKGBUILD (from rev 107622, reflector/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-18 11:05:13 UTC (rev 107623)
@@ -0,0 +1,32 @@
+#Maintainer: Xyne <ac xunilhcra enyx, backwards>
+pkgname=reflector
+pkgver=2014
+pkgrel=4
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman mirror list.'
+arch=(any)
+license=(GPL)
+url="http://xyne.archlinux.ca/projects/reflector"
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz.sig
+)
+sha512sums=(
+  ac9e0026019048c96be5dd4d156bf79b7d7616f764b5d8fb169cb09cbf629a3e2b1efb1ee7cb53b4e0cd109b985f598d9f80941714e47ed0f21c6417df9b073b
+  04550a26b67bfe43d116c21e7ee4a8e4d425e323dda1f4aa684a791fb7a7893aa383d8e830fd6e2cc554a645cb12b896996298a48dc11f7e2f75b572e0cb6773
+)
+md5sums=(
+  69ab92b948ffe842189229d09bfbf1c0
+  8486857524e3e55acf2a8e400014fc93
+)
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:




More information about the arch-commits mailing list