[arch-commits] Commit in findomain/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at gemini.archlinux.org
Fri Apr 1 16:41:41 UTC 2022
Date: Friday, April 1, 2022 @ 16:41:41
Author: kpcyrd
Revision: 1180583
archrelease: copy trunk to community-x86_64
Added:
findomain/repos/community-x86_64/PKGBUILD
(from rev 1180582, findomain/trunk/PKGBUILD)
Deleted:
findomain/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-01 16:41:28 UTC (rev 1180582)
+++ PKGBUILD 2022-04-01 16:41:41 UTC (rev 1180583)
@@ -1,37 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
-
-pkgname=findomain
-_pkgname=Findomain
-pkgver=7.0.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=('d7efac842ca83cfdb329fdb0dafa19b685306d1513137f5bf197f2faf5385d934b71eeaf348c9fcc43feb0ac238c242c075ec1f02a55faf05fd0b8b588dc9c92')
-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 1180582, findomain/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-01 16:41:41 UTC (rev 1180583)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=7.2.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=('ef24bc3b1dd883dbbc9f1957ba9783705ff28c98dcfb9f2f24bb8ca8712bf2fe372f7732f4065c00e27d244e069b4b25d3bbdc0c48abb34053fc5895587816ef')
+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