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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 04:43:54 UTC 2019


    Date: Monday, November 4, 2019 @ 04:43:53
  Author: felixonmars
Revision: 523130

archrelease: copy trunk to community-staging-any

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

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

Copied: reflector/repos/community-staging-any/PKGBUILD (from rev 523129, reflector/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 04:43:53 UTC (rev 523130)
@@ -0,0 +1,34 @@
+#Maintainer: Xyne <ac xunilhcra enyx, backwards>
+pkgname=reflector
+pkgver=2019.10
+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-2019.10.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.10.tar.xz.sig
+)
+sha512sums=(
+  9f39934456840f1a86036ed71eb942fff92a9b2cb7d0f679e1e9ab371ae21cc4da7035ba4dcc88919ceab41d45f5d07ae3abe336037d1785dc8231df0c97eb6c
+  0fc65c24ee6809b00ddc6db6b914fd8bc63a73db5c95cccde3626c2596d4cf127dca3c0d4c9d5daaaad5e7c14de6f591f2dd87e3bcdbc9e9b2092dd9fbb1d6c1
+)
+md5sums=(
+  d9cb96dfe969beca3f040fabc79be077
+  4a7b369c40883501800746f3601528c3
+)
+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"
+  install -Dm644 "man/${pkgname}.1.gz" "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+
+# vim: set ts=2 sw=2 et:



More information about the arch-commits mailing list