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

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Jul 4 17:04:54 UTC 2022


    Date: Monday, July 4, 2022 @ 17:04:54
  Author: kpcyrd
Revision: 1243935

archrelease: copy trunk to community-x86_64

Added:
  apk-tools/repos/community-x86_64/PKGBUILD
    (from rev 1243934, apk-tools/trunk/PKGBUILD)
Deleted:
  apk-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 17:04:46 UTC (rev 1243934)
+++ PKGBUILD	2022-07-04 17:04:54 UTC (rev 1243935)
@@ -1,35 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=apk-tools
-pkgver=2.12.9
-pkgrel=1
-pkgdesc="Alpine Package Keeper - package manager for alpine"
-url="https://gitlab.alpinelinux.org/alpine/apk-tools"
-arch=('x86_64')
-license=("GPL2")
-depends=(zlib openssl)
-makedepends=(scdoc lua53 lua53-zlib)
-source=("https://gitlab.alpinelinux.org/alpine/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-b2sums=('71b5a68df30989405993b3791248a18b5fc4a9f247f26be428a98b53cf630170ba7429cb37ef24da7d92d43d93ce7237e87a0316005ab6f03c41eb8f67e06ebc')
-
-prepare() {
-  cd "${pkgname}-v${pkgver}"
-  sed -i -e 's:-Werror::' Make.rules
-}
-
-build() {
-  cd "${pkgname}-v${pkgver}"
-  make SBINDIR=/usr/bin LIBDIR=/usr/lib
-}
-
-check() {
-  cd "${pkgname}-v${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}"
-  make install DESTDIR="${pkgdir}" SBINDIR=/usr/bin LIBDIR=/usr/lib
-}
-
-# vim: ts=2 sw=2 et:

Copied: apk-tools/repos/community-x86_64/PKGBUILD (from rev 1243934, apk-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 17:04:54 UTC (rev 1243935)
@@ -0,0 +1,35 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=apk-tools
+pkgver=2.12.10
+pkgrel=1
+pkgdesc="Alpine Package Keeper - package manager for alpine"
+url="https://gitlab.alpinelinux.org/alpine/apk-tools"
+arch=('x86_64')
+license=("GPL2")
+depends=(zlib openssl)
+makedepends=(scdoc lua53 lua53-zlib)
+source=("https://gitlab.alpinelinux.org/alpine/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+b2sums=('5212478c91b40af203284a3eddc36c8150f9dcef5db39d504e85f424f20a4428f677ddd78423a39db00fed47dfad2b64a47a9d3306178d9fe9b1536a5714bdda')
+
+prepare() {
+  cd "${pkgname}-v${pkgver}"
+  sed -i -e 's:-Werror::' Make.rules
+}
+
+build() {
+  cd "${pkgname}-v${pkgver}"
+  make SBINDIR=/usr/bin LIBDIR=/usr/lib
+}
+
+check() {
+  cd "${pkgname}-v${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}"
+  make install DESTDIR="${pkgdir}" SBINDIR=/usr/bin LIBDIR=/usr/lib
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list