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

Justin Kromlinger hashworks at archlinux.org
Wed Apr 7 14:50:20 UTC 2021


    Date: Wednesday, April 7, 2021 @ 14:50:20
  Author: hashworks
Revision: 912464

archrelease: copy trunk to community-x86_64

Added:
  pam-ihosts/repos/community-x86_64/PKGBUILD
    (from rev 912463, pam-ihosts/trunk/PKGBUILD)
Deleted:
  pam-ihosts/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-07 14:50:13 UTC (rev 912463)
+++ PKGBUILD	2021-04-07 14:50:20 UTC (rev 912464)
@@ -1,28 +0,0 @@
-# Maintainer: hashworks <mail at hashworks.net>
-pkgname=pam-ihosts
-pkgver=1.5.7
-pkgrel=5
-pkgdesc="A PAM module that provides access control by ip, mac-address, or country-code/region"
-license=("GPL3")
-arch=("x86_64")
-depends=("pam")
-url='https://github.com/ColumPaget/pam_ihosts'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=(769f93da84f6c9b4fa7222b3d522d56ed78d536faac05fb9d267c105d1984fd4)
-
-prepare() {
-	sed -e 's|$(CFLAGS)|$(CFLAGS) $(LDFLAGS) $(CPPFLAGS)|;s| -fno-stack-protector ||' -i "pam_ihosts-${pkgver}/Makefile.in"
-	sed '/$(INSTALL) -d $(DESTDIR)$(bindir)/d' -i "pam_ihosts-${pkgver}/Makefile.in"
-}
-
-build() {
-	cd "pam_ihosts-${pkgver}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "pam_ihosts-${pkgver}"
-	install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-	make DESTDIR="${pkgdir}/" install
-}

Copied: pam-ihosts/repos/community-x86_64/PKGBUILD (from rev 912463, pam-ihosts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-07 14:50:20 UTC (rev 912464)
@@ -0,0 +1,28 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=pam-ihosts
+pkgver=1.6
+pkgrel=1
+pkgdesc="A PAM module that provides access control by ip, mac-address, or country-code/region"
+license=("GPL3")
+arch=("x86_64")
+depends=("pam")
+url='https://github.com/ColumPaget/pam_ihosts'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('0d5952395cdfa3824b4f166862b909cbe4162b43052f747b356285cd8135dab3')
+
+prepare() {
+	sed -e 's|$(CFLAGS)|$(CFLAGS) $(LDFLAGS) $(CPPFLAGS)|;s| -fno-stack-protector ||' -i "pam_ihosts-${pkgver}/Makefile.in"
+	sed '/$(INSTALL) -d $(DESTDIR)$(bindir)/d' -i "pam_ihosts-${pkgver}/Makefile.in"
+}
+
+build() {
+	cd "pam_ihosts-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "pam_ihosts-${pkgver}"
+	install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+	make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list