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

Evangelos Foutras foutrelis at archlinux.org
Sat Sep 19 17:14:14 UTC 2015


    Date: Saturday, September 19, 2015 @ 19:14:14
  Author: foutrelis
Revision: 141032

archrelease: copy trunk to community-staging-any

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

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

Copied: reflector/repos/community-staging-any/PKGBUILD (from rev 141031, reflector/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-09-19 17:14:14 UTC (rev 141032)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne <ac xunilhcra enyx, backwards>
+pkgname=reflector
+pkgver=2014.11
+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-2014.11.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.11.tar.xz.sig
+)
+sha512sums=(
+  3a7f7a0b412d84ce724247a51dbddab206ed7790cabd052dbb18cc7355bf67ba646bc85aeb1f944c21307bd98fcaa049516197e003de87ba4a4adb6d0ee7e804
+  b9b163cc20a1c1f1cd16d2fb79fdd485b200ed3be717a3ec1682e98948c779c5097eb9ee3d6ef26594fa14d8b8088062b46b66213845fc273e8f120181e78d65
+)
+md5sums=(
+  5a8d351876f0458f342ab9704d6bff11
+  13d47226a989171cb181b42b5013484c
+)
+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