Date: Saturday, December 5, 2020 @ 22:29:52
  Author: foxboron
Revision: 770966

archrelease: copy trunk to community-any

Added:
  archlinux-contrib/repos/community-any/PKGBUILD
    (from rev 770965, archlinux-contrib/trunk/PKGBUILD)
Deleted:
  archlinux-contrib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-05 22:29:44 UTC (rev 770965)
+++ PKGBUILD    2020-12-05 22:29:52 UTC (rev 770966)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud <foxbo...@archlinux.org>
-
-pkgname=archlinux-contrib
-pkgver=20201108
-pkgrel=1
-pkgdesc='Collection of contrib scripts used in Arch Linux'
-arch=('any')
-license=('GPL')
-url='https://github.com/archlinux/contrib'
-depends=('python')
-optdepends=('python-requests: for security tracker')
-source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('a4bdefa15614bbfa636a21bed222ffa9a38dfba5fdc5b031155e8583906878f6'
-            'SKIP')
-
-package() {
-  cd contrib-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: archlinux-contrib/repos/community-any/PKGBUILD (from rev 770965, 
archlinux-contrib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-12-05 22:29:52 UTC (rev 770966)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud <foxbo...@archlinux.org>
+
+pkgname=archlinux-contrib
+pkgver=20201205
+pkgrel=1
+pkgdesc='Collection of contrib scripts used in Arch Linux'
+arch=('any')
+license=('GPL')
+url='https://github.com/archlinux/contrib'
+depends=('python')
+optdepends=('python-requests: for security tracker')
+source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('338e1b50bfe8288785ec79cc8026a8f0d8800d46b1bb4c8db36000a5d69a2afb'
+            'SKIP')
+
+package() {
+  cd contrib-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to