Date: Sunday, April 16, 2023 @ 00:20:31
  Author: ainola
Revision: 1446230

archrelease: copy trunk to community-x86_64

Added:
  dd_rescue/repos/community-x86_64/PKGBUILD
    (from rev 1446229, dd_rescue/trunk/PKGBUILD)
  dd_rescue/repos/community-x86_64/keys/
Deleted:
  dd_rescue/repos/community-x86_64/PKGBUILD
  dd_rescue/repos/community-x86_64/keys/

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-16 00:20:02 UTC (rev 1446229)
+++ PKGBUILD    2023-04-16 00:20:31 UTC (rev 1446230)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Zerial <[email protected]>
-# Contributor: Patrick Leslie Polzer <[email protected]>
-# Contributor: Jose Riha <jose1711 gmail com>
-
-pkgname=dd_rescue
-pkgver=1.99.12
-pkgrel=2
-pkgdesc="A dd version that is very useful for data-recovery"
-url="http://www.garloff.de/kurt/linux/ddrescue/";
-license=("GPL")
-depends=('openssl')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('61f4f09e7e8442049634c5a5659f887cf82b16bc8b768c0aa79774e18feac6e91fbc258e5a6c8c3cac0577fadbdd26206261cf6c99b3980f763a1b584fb46001'
-            'SKIP')
-validpgpkeys=('6669F7340D31E95EC5565490DE4F1B3A2BFFC5BF') # Kurt Garloff 
<[email protected]>
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 1446229, 
dd_rescue/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-16 00:20:31 UTC (rev 1446230)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Zerial <[email protected]>
+# Contributor: Patrick Leslie Polzer <[email protected]>
+# Contributor: Jose Riha <jose1711 gmail com>
+
+pkgname=dd_rescue
+pkgver=1.99.13
+pkgrel=1
+pkgdesc="A dd version that is very useful for data-recovery"
+url="http://www.garloff.de/kurt/linux/ddrescue/";
+license=("GPL")
+depends=('openssl')
+optdepends=('lzo: for libddr_lzo')
+arch=('x86_64')
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"{,.asc})
+sha512sums=('2276128fe176dce3ecbd6aa8e0d00b9547887f0498ce0cd135e61dbf882c521e22e2afce3539a73496da1d0472cd9582971a30eb558ce3211820c8d0358c8241'
+            'SKIP')
+validpgpkeys=('6669F7340D31E95EC5565490DE4F1B3A2BFFC5BF') # Kurt Garloff 
<[email protected]>
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
+}

Reply via email to