[arch-commits] Commit in bettercap-caplets/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Nov 7 21:46:38 UTC 2019


    Date: Thursday, November 7, 2019 @ 21:46:36
  Author: anthraxx
Revision: 524551

archrelease: copy trunk to community-any

Added:
  bettercap-caplets/repos/community-any/PKGBUILD
    (from rev 524550, bettercap-caplets/trunk/PKGBUILD)
Deleted:
  bettercap-caplets/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-07 21:46:28 UTC (rev 524550)
+++ PKGBUILD	2019-11-07 21:46:36 UTC (rev 524551)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=bettercap-caplets
-pkgver=v20190327.r302.3b47dd6
-_gitcommit=3b47dd6c2f4f2bc87ddf3d536c6f4780ed6c245a
-pkgrel=1
-pkgdesc='Bettercap scripts (caplets) and proxy modules'
-url='https://github.com/bettercap/caplets'
-arch=('any')
-license=('GPL3')
-depends=('bettercap')
-makedepends=('git')
-source=(${pkgname}::"git+https://github.com/bettercap/caplets#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "v%s.r%s.%s" "$(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)" \
-    "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd ${pkgname}
-  install -d "${pkgdir}/usr/share/bettercap/caplets"
-  cp -r . "${pkgdir}/usr/share/bettercap/caplets"
-  rm -r "${pkgdir}/usr/share/bettercap/caplets/"{.git,.gitignore,Makefile,README.md,LICENSE.md}
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap-caplets/repos/community-any/PKGBUILD (from rev 524550, bettercap-caplets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-07 21:46:36 UTC (rev 524551)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=bettercap-caplets
+pkgver=v20191009.r336.9b56899
+_gitcommit=9b568997eee61f246286718b80e3ad16c3bcf422
+pkgrel=1
+pkgdesc='Bettercap scripts (caplets) and proxy modules'
+url='https://github.com/bettercap/caplets'
+arch=('any')
+license=('GPL3')
+depends=('bettercap')
+makedepends=('git')
+source=(${pkgname}::"git+https://github.com/bettercap/caplets#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "v%s.r%s.%s" "$(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)" \
+    "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  install -d "${pkgdir}/usr/share/bettercap/caplets"
+  cp -r . "${pkgdir}/usr/share/bettercap/caplets"
+  rm -r "${pkgdir}/usr/share/bettercap/caplets/"{.git,.gitignore,Makefile,README.md,LICENSE.md}
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list