[arch-commits] Commit in findomain/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at archlinux.org
Fri Dec 11 19:41:11 UTC 2020


    Date: Friday, December 11, 2020 @ 19:41:10
  Author: kpcyrd
Revision: 773210

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
    (from rev 773209, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-11 19:40:56 UTC (rev 773209)
+++ PKGBUILD	2020-12-11 19:41:10 UTC (rev 773210)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
-
-pkgname=findomain
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3a206037cbe92f28c9816ffa8b3f66d70737edcc687de8e4f919fe657b05d26485f0c649a17a3ca2109027ffaf340973f770e207bfeaca91fb382f5e9bac64e3')
-b2sums=('1e3a7df8ca2b9c7111aad0c87106a6b800c5b9b6da3b82b522da49689a683e1365a9701107a44dcd7a88a2e56d509946c44a37b67d35c92c5663b5b91aa1afb6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 773209, findomain/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-11 19:41:10 UTC (rev 773210)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('abf154ff1319075b17f5f9a486d65aba0065e623a1dbd588b8d0b701b30885458484ad47af3ab42327413d8d98e36e6b5598caf0abc87169db24f0ebde8fa7a6')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list