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

Kpcyrd kpcyrd at gemini.archlinux.org
Tue Aug 30 18:31:06 UTC 2022


    Date: Tuesday, August 30, 2022 @ 18:31:06
  Author: kpcyrd
Revision: 1288920

archrelease: copy trunk to community-x86_64

Added:
  reprepro/repos/community-x86_64/PKGBUILD
    (from rev 1288919, reprepro/trunk/PKGBUILD)
Deleted:
  reprepro/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 36 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 18:30:49 UTC (rev 1288919)
+++ PKGBUILD	2022-08-30 18:31:06 UTC (rev 1288920)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Andre Klitzing <andre AT incubo DOT de>
-# Contributor: max-k <max-k AT post DOT com>
-
-pkgname=reprepro
-pkgver=5.3.0
-pkgrel=2
-pkgdesc='Debian package repository producer'
-url="https://salsa.debian.org/brlink/reprepro"
-arch=('x86_64')
-license=('GPL2')
-depends=('db' 'gpgme' 'zlib' 'bzip2' 'xz' 'libarchive' 'libgpg-error')
-source=("http://ftp.debian.org/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
-sha512sums=('2d4c7d6389bbec629b2c75355d120efbb9fcc1a603c8086093fa7cf466c6ea390f2e688a38800094031746b0d05a9906d32019aa2ed591cecbfe9c875ce76916')
-b2sums=('e58722c5c72055271288def4d2639357a146fbb032e7f3be12c70ac54692fe7a2c4cd57c1850332ef7852f060d5d7d0f86665193be5123f4cdc3fb3da2fe28aa')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: reprepro/repos/community-x86_64/PKGBUILD (from rev 1288919, reprepro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 18:31:06 UTC (rev 1288920)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Andre Klitzing <andre AT incubo DOT de>
+# Contributor: max-k <max-k AT post DOT com>
+
+pkgname=reprepro
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Debian package repository producer'
+url="https://salsa.debian.org/debian/reprepro"
+arch=('x86_64')
+license=('GPL2')
+depends=('db' 'gpgme' 'zlib' 'bzip2' 'xz' 'libarchive' 'libgpg-error')
+source=("https://salsa.debian.org/debian/reprepro/-/archive/reprepro-${pkgver}/reprepro-reprepro-${pkgver}.tar.bz2")
+sha512sums=('2219b99f1d5154512ea13430a94df6f43628062c963dca6a07bc71373b0517a111d4a358016f1970db02d5a0414e50a710119f20870e83c152413c76a4fbe573')
+b2sums=('517d20a531aa7ff8a2d8de1c9c026edd82135915d27ca3138a62ea568718f6c495052c3a441eab1e27b23f64d447c1574abfbbad93cbd2419f77fb2ea7ae4d12')
+
+build() {
+  cd "${pkgname}-${pkgname}-${pkgver}"
+  set -x
+
+  libtoolize --force
+  aclocal
+  autoheader
+  automake --add-missing
+  autoconf
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list