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

2020-12-05 Thread Morten Linderud via arch-commits
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
===
--- PKGBUILD2020-12-05 22:29:44 UTC (rev 770965)
+++ PKGBUILD2020-12-05 22:29:52 UTC (rev 770966)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-
-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)
+++ PKGBUILD2020-12-05 22:29:52 UTC (rev 770966)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+
+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:


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

2020-11-08 Thread Morten Linderud via arch-commits
Date: Sunday, November 8, 2020 @ 16:58:22
  Author: foxboron
Revision: 746698

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-08 16:58:15 UTC (rev 746697)
+++ PKGBUILD2020-11-08 16:58:22 UTC (rev 746698)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=archlinux-contrib
-pkgver=20201101
-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=('27f6daa0aadc7c3765d0ba273ab60603ea1c49ced8ab8ff37040525ceceb6ac2'
-'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 746697, 
archlinux-contrib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-08 16:58:22 UTC (rev 746698)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+
+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:


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

2020-11-01 Thread Morten Linderud via arch-commits
Date: Sunday, November 1, 2020 @ 19:28:26
  Author: foxboron
Revision: 738934

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-01 19:28:18 UTC (rev 738933)
+++ PKGBUILD2020-11-01 19:28:26 UTC (rev 738934)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=archlinux-contrib
-pkgver=20200816
-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=('f63e8d2eb493a17345ee51336ff240a74b8dc631c1116ce9c93f808d7cd3009f'
-'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 738933, 
archlinux-contrib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-01 19:28:26 UTC (rev 738934)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+
+pkgname=archlinux-contrib
+pkgver=20201101
+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=('27f6daa0aadc7c3765d0ba273ab60603ea1c49ced8ab8ff37040525ceceb6ac2'
+'SKIP')
+
+package() {
+  cd contrib-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-08-16 Thread Morten Linderud via arch-commits
Date: Sunday, August 16, 2020 @ 14:46:26
  Author: foxboron
Revision: 681568

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-16 14:46:18 UTC (rev 681567)
+++ PKGBUILD2020-08-16 14:46:26 UTC (rev 681568)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=archlinux-contrib
-pkgver=20190911
-pkgrel=2
-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/20190911/contrib-20190911.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('4a34be1916695cf7756ad2662a8404f9a416e258598c042d1984ba6833f4ebb8'
-'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 681567, 
archlinux-contrib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-16 14:46:26 UTC (rev 681568)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+
+pkgname=archlinux-contrib
+pkgver=20200816
+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=('f63e8d2eb493a17345ee51336ff240a74b8dc631c1116ce9c93f808d7cd3009f'
+'SKIP')
+
+package() {
+  cd contrib-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:08:21
  Author: foxboron
Revision: 657938

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:08:13 UTC (rev 657937)
+++ PKGBUILD2020-07-05 23:08:21 UTC (rev 657938)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=archlinux-contrib
-pkgver=20190911
-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/20190911/contrib-20190911.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('4a34be1916695cf7756ad2662a8404f9a416e258598c042d1984ba6833f4ebb8'
-'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 657937, 
archlinux-contrib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:08:21 UTC (rev 657938)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+
+pkgname=archlinux-contrib
+pkgver=20190911
+pkgrel=2
+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/20190911/contrib-20190911.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('4a34be1916695cf7756ad2662a8404f9a416e258598c042d1984ba6833f4ebb8'
+'SKIP')
+
+package() {
+  cd contrib-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et: