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

Kpcyrd kpcyrd at gemini.archlinux.org
Sun Apr 17 18:08:26 UTC 2022


    Date: Sunday, April 17, 2022 @ 18:08:25
  Author: kpcyrd
Revision: 1186908

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-17 18:08:00 UTC (rev 1186907)
+++ PKGBUILD	2022-04-17 18:08:25 UTC (rev 1186908)
@@ -1,37 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
-
-pkgname=findomain
-_pkgname=Findomain
-pkgver=8.1.0
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste your time'
-url='https://github.com/Findomain/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=('eb22c7140f5c7e4ebae75eb6f726735f19027caf149882ebc4df81e513ee934737b1c651a3d9f22a72882a478bc8f1b605dc903c507b421dc2937e724e000df4')
-options=(!lto)
-
-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 1186907, findomain/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-17 18:08:25 UTC (rev 1186908)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=8.1.1
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste your time'
+url='https://github.com/Findomain/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=('ce8788e3e6572d898fd8bcd8c486d8d56155d92c64aa4a4746d25bf664d438b706ed7af9cc9cc995322abe2a2075a540eb30222d64dd4fbb6e7399009ec9cde1')
+options=(!lto)
+
+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