[arch-commits] Commit in usbctl/repos/extra-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Feb 6 22:35:05 UTC 2019


    Date: Wednesday, February 6, 2019 @ 22:35:04
  Author: anthraxx
Revision: 345339

archrelease: copy trunk to extra-any

Added:
  usbctl/repos/extra-any/PKGBUILD
    (from rev 345338, usbctl/trunk/PKGBUILD)
Deleted:
  usbctl/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-06 22:34:58 UTC (rev 345338)
+++ PKGBUILD	2019-02-06 22:35:04 UTC (rev 345339)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: kpcyrd <git at rxv.cc>
-
-pkgname=usbctl
-pkgver=1.1
-pkgrel=1
-pkgdesc='Linux-hardened deny_new_usb control'
-url='https://github.com/anthraxx/usbctl'
-arch=('any')
-license=('MIT')
-depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 'procps-ng' 'grep' 'util-linux')
-checkdepends=('shellcheck')
-optdepends=('sudo: elevate to root when needed')
-source=(https://github.com/anthraxx/usbctl/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        https://github.com/anthraxx/usbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha512sums=('11425f7fbe5ea5a4df5b15d886c933b30fe01975f00fcf77a607096fa4219a0be3e44a0fa6c1b88fb8f9531dbe45ce98a6b2f232bf8d6c4e8c04e4ce9e043fbf'
-            'SKIP')
-validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" MANDIR=/share/man/man1 install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: usbctl/repos/extra-any/PKGBUILD (from rev 345338, usbctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-06 22:35:04 UTC (rev 345339)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: kpcyrd <git at rxv.cc>
+
+pkgname=usbctl
+pkgver=1.2
+pkgrel=1
+pkgdesc='Linux-hardened deny_new_usb control'
+url='https://github.com/anthraxx/usbctl'
+arch=('any')
+license=('MIT')
+depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 'procps-ng' 'grep' 'util-linux')
+checkdepends=('shellcheck')
+optdepends=('sudo: elevate to root when needed')
+source=(https://github.com/anthraxx/usbctl/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        https://github.com/anthraxx/usbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha512sums=('26395f6723787998c71f296cd6f14ce4f7215957ec6cf8ca732e03ebf0b66c67ad60862c8b5970e2ac69a8a00c957d98712f182bba5893058b37f748d970753b'
+            'SKIP')
+validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" MANDIR=/share/man/man1 install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list