[arch-commits] Commit in findomain/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at archlinux.org
Mon Jan 25 09:50:07 UTC 2021
Date: Monday, January 25, 2021 @ 09:50:07
Author: kpcyrd
Revision: 829434
archrelease: copy trunk to community-x86_64
Added:
findomain/repos/community-x86_64/PKGBUILD
(from rev 829433, findomain/trunk/PKGBUILD)
Deleted:
findomain/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-25 09:49:53 UTC (rev 829433)
+++ PKGBUILD 2021-01-25 09:50:07 UTC (rev 829434)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
-
-pkgname=findomain
-_pkgname=Findomain
-pkgver=3.0.0
-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=('c691baa774483705a47c3bc12d10369ecfe669b7f90dd93aba1b78a9010badf054cf0fb8ddb91d6733b5c89001814bf84bbf4e3e3a48cd24953ae7ea60360a04')
-
-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 829433, findomain/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-25 09:50:07 UTC (rev 829434)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Eduard Tolosa <edu4rdshl at protonmail.com>
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=3.0.1
+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=('59e08f07d25f3494dcc724e9379289848a80c91c62b6d1a88cec039ee023c5ac885ec37194994866c15dc97b73b203d92cf67ba542e7a45db03055adff6c80d3')
+
+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