[arch-commits] Commit in archlinux-contrib/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sat Jul 10 09:45:47 UTC 2021


    Date: Saturday, July 10, 2021 @ 09:45:46
  Author: foxboron
Revision: 976461

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-10 09:45:39 UTC (rev 976460)
+++ PKGBUILD	2021-07-10 09:45:46 UTC (rev 976461)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=archlinux-contrib
-pkgver=20210418
-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=('7295b1cef51d23a037928611fac834610824ba9a691ae3748fd800738c2860ee'
-            '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 976460, archlinux-contrib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-10 09:45:46 UTC (rev 976461)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=archlinux-contrib
+pkgver=20210710
+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=('df0d7bfa52db69a78d79ccbe57e3ce3429560dc328bce1271daffcfba83cb6f5'
+            'SKIP')
+
+package() {
+  cd contrib-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list