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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 24 11:10:45 UTC 2016


    Date: Saturday, December 24, 2016 @ 11:10:44
  Author: foutrelis
Revision: 201391

archrelease: copy trunk to community-staging-any

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

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

Copied: reflector/repos/community-staging-any/PKGBUILD (from rev 201390, reflector/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-24 11:10:44 UTC (rev 201391)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne <ac xunilhcra enyx, backwards>
+pkgname=reflector
+pkgver=2016
+pkgrel=2
+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-2016.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2016.tar.xz.sig
+)
+sha512sums=(
+  fdf85af6ffd53343af644d4be01d0a9d688fb443e51f7014b18404812afd639684e9bbabd564adb2fa303573351da6567f4afc6764a06b228e2b03a1509d99fe
+  d150c38b122765ce5886ff59ddc5f8e43eb1d831ead016a436b1d3eb69b07919425acd1c0ca0e0eed6fc6a627c4e16a4f119034b1357586f18502a2dbbb7b85b
+)
+md5sums=(
+  9c2ba25cd43664d4df5232d599fe567d
+  5e47204f34ba71db824491fd3ca39d56
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+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