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

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 30 15:41:52 UTC 2018


    Date: Saturday, June 30, 2018 @ 15:41:51
  Author: foutrelis
Revision: 348290

archrelease: copy trunk to community-staging-any

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

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

Copied: reflector/repos/community-staging-any/PKGBUILD (from rev 348289, reflector/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 15:41:51 UTC (rev 348290)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne <ac xunilhcra enyx, backwards>
+pkgname=reflector
+pkgver=2018
+pkgrel=2
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector"
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz.sig
+)
+sha512sums=(
+  35d6d300af0a5fcde0a221b969693597618a41c12deb02f35e1123340b4168fe34d1f4d7c02fa46a3a6ff6327aaed6ccb952c8e320aeff6578839c8a2f90cdd4
+  a4afc02df892382c17b7fb5000c4dd9bdc7e7c5ee2380fa85fbf08ac01cd8280f026c3a53cad4681766d9f54a1e2ba108e86524f82bffef74bcfe8b128c45d62
+)
+md5sums=(
+  306b28bb8cb2d7ec4a9cb7f2759a9cd1
+  5754bf8dd4cfb2f83b49998f0904dbd1
+)
+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