[arch-commits] Commit in reflector/repos/community-any (PKGBUILD PKGBUILD)
Xyne
xyne at archlinux.org
Tue Jul 6 03:15:47 UTC 2021
Date: Tuesday, July 6, 2021 @ 03:15:47
Author: xyne
Revision: 972603
archrelease: copy trunk to community-any
Added:
reflector/repos/community-any/PKGBUILD
(from rev 972602, reflector/trunk/PKGBUILD)
Deleted:
reflector/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-06 03:15:36 UTC (rev 972602)
+++ PKGBUILD 2021-07-06 03:15:47 UTC (rev 972603)
@@ -1,37 +0,0 @@
-#Maintainer: Xyne <ac xunilhcra enyx, backwards>
-pkgname=reflector
-pkgver=2021.4
-pkgrel=1
-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')
-backup=(etc/xdg/reflector/reflector.conf)
-source=(
- https://xyne.archlinux.ca/projects/reflector/src/reflector-2021.4.tar.xz
- https://xyne.archlinux.ca/projects/reflector/src/reflector-2021.4.tar.xz.sig
-)
-sha512sums=(
- 4bae2191710a6321128a817cf98f8e2fa4a01e8437ef707488e07dec3f22efa84734766252b53fb0b2ab4fcf72600bd866e9c7a9caae68adaa3f485e5cc066ef
- fd7940e8cf7cf29c1694c4ba17da59f8437ea2323f3948c4c23ca0c98c4cb48c1115c97e94941192d3901980dab6bfc54399db309b98346eabd1b9f98e6fa88c
-)
-md5sums=(
- 3e13e177b4644f2052bf09d991afa7c2
- faf78cbeccad91b687592c1fc93cf502
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
- cd "$srcdir/$pkgname-$pkgver"
- python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
- install -Dm644 "man/${pkgname}.1.gz" "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
- install -Dm644 'reflector.service' "$pkgdir/usr/lib/systemd/system/reflector.service"
- install -Dm644 'reflector.timer' "$pkgdir/usr/lib/systemd/system/reflector.timer"
- install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
-}
-
-
-# vim: set ts=2 sw=2 et:
Copied: reflector/repos/community-any/PKGBUILD (from rev 972602, reflector/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-06 03:15:47 UTC (rev 972603)
@@ -0,0 +1,37 @@
+#Maintainer: Xyne <ac xunilhcra enyx, backwards>
+pkgname=reflector
+pkgver=2021.7
+pkgrel=1
+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')
+backup=(etc/xdg/reflector/reflector.conf)
+source=(
+ https://xyne.archlinux.ca/projects/reflector/src/reflector-2021.7.tar.xz
+ https://xyne.archlinux.ca/projects/reflector/src/reflector-2021.7.tar.xz.sig
+)
+sha512sums=(
+ 0f0a84abab41bf6e2e72abcb873ae2986300d172a618466d4aa43e6ba1e4bf4a6072dccd6303a59129d16eac5997ef160df23a3424de901ac6ee2414ecc5acb8
+ 50c5cd9ea560159a3ef0959f6d20db901356553e34d5e27a89639c3937e19deed1175a4561cf6e1c07c00db842825e0cb5f27f836a312a854b99039ed4e971ef
+)
+md5sums=(
+ 98dbb6cb343ff0c6cf936ba470d68955
+ 0305b97b80994b09d283947ce4696e68
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+ cd "$srcdir/$pkgname-$pkgver"
+ python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+ install -Dm644 "man/${pkgname}.1.gz" "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+ install -Dm644 'reflector.service' "$pkgdir/usr/lib/systemd/system/reflector.service"
+ install -Dm644 'reflector.timer' "$pkgdir/usr/lib/systemd/system/reflector.timer"
+ install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
+}
+
+
+# vim: set ts=2 sw=2 et:
More information about the arch-commits
mailing list