Date: Monday, November 14, 2022 @ 23:10:53
  Author: kpcyrd
Revision: 1348307

archrelease: copy trunk to community-x86_64

Added:
  chrpath/repos/community-x86_64/PKGBUILD
    (from rev 1348306, chrpath/trunk/PKGBUILD)
Deleted:
  chrpath/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 23:10:38 UTC (rev 1348306)
+++ PKGBUILD    2022-11-14 23:10:53 UTC (rev 1348307)
@@ -1,33 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Gerardo Exequiel Pozzi <[email protected]>
-
-pkgname=chrpath
-pkgver=0.16
-pkgrel=3
-pkgdesc="Change or delete the rpath or runpath in ELF files"
-arch=('x86_64')
-url="https://directory.fsf.org/project/chrpath/";
-license=('GPL2')
-depends=('glibc')
-source=("http://http.debian.net/debian/pool/main/c/chrpath/chrpath_$pkgver.orig.tar.gz";)
-md5sums=('2bf8d1d1ee345fc8a7915576f5649982')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-#  rm -f config.guess
-#  aclocal
-#  libtoolize
-#  automake --add-missing
-#  autoconf
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" docdir=/usr/share/doc/chrpath install
-}

Copied: chrpath/repos/community-x86_64/PKGBUILD (from rev 1348306, 
chrpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 23:10:53 UTC (rev 1348307)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Gerardo Exequiel Pozzi <[email protected]>
+
+pkgname=chrpath
+pkgver=0.16
+pkgrel=4
+pkgdesc="Change or delete the rpath or runpath in ELF files"
+arch=('x86_64')
+url="https://directory.fsf.org/project/chrpath/";
+license=('GPL2')
+depends=('glibc')
+source=("https://deb.debian.org/debian/pool/main/c/chrpath/chrpath_$pkgver.orig.tar.gz";)
+md5sums=('2bf8d1d1ee345fc8a7915576f5649982')
+sha256sums=('bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+#  rm -f config.guess
+#  aclocal
+#  libtoolize
+#  automake --add-missing
+#  autoconf
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" docdir=/usr/share/doc/chrpath install
+}

Reply via email to