[arch-commits] Commit in findomain/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at gemini.archlinux.org
Mon Aug 15 09:57:20 UTC 2022
Date: Monday, August 15, 2022 @ 09:57:19
Author: kpcyrd
Revision: 1266105
archrelease: copy trunk to community-x86_64
Added:
findomain/repos/community-x86_64/PKGBUILD
(from rev 1266104, findomain/trunk/PKGBUILD)
Deleted:
findomain/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-15 09:56:53 UTC (rev 1266104)
+++ PKGBUILD 2022-08-15 09:57:19 UTC (rev 1266105)
@@ -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.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:
Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 1266104, findomain/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-15 09:57:19 UTC (rev 1266105)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=8.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=('71ff24bd824bd58ceba14afc5b9044766d91a9fbfce86442c9675dddf47ed36e038bddfac0512e32337ea7d8b00c2ba6a73b58e9c31a7b2e887092447e2878b1')
+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