[arch-commits] Commit in rhash/repos (3 files)

Johannes Löthberg demize at archlinux.org
Sun Jan 10 17:04:50 UTC 2021


    Date: Sunday, January 10, 2021 @ 17:04:49
  Author: demize
Revision: 406049

archrelease: copy trunk to extra-x86_64

Added:
  rhash/repos/extra-x86_64/PKGBUILD
    (from rev 406048, rhash/trunk/PKGBUILD)
Deleted:
  rhash/repos/community-x86_64/
  rhash/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   54 ------------------------------------------------
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2021-01-10 17:04:09 UTC (rev 406048)
+++ extra-x86_64/PKGBUILD	2021-01-10 17:04:49 UTC (rev 406049)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-# Contributor: 謝致邦 <Yeking at Red54.com>
-# Contributor: cantabile <cantabile dot desu at gmail dot com>
-# Contributor: reMiND <detanator at gmail.com>
-
-pkgname=rhash
-pkgver=1.4.0
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='https://github.com/rhash/RHash'
-license=('BSD')
-arch=('x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=(rhash-$pkgver.tar.gz::https://github.com/rhash/RHash/archive/v$pkgver.tar.gz
-        rhash-$pkgver.tar.gz.asc::https://github.com/rhash/RHash/releases/download/v$pkgver/v$pkgver.tar.gz.asc)
-
-sha512sums=('2f02487fffe8d1bc70c4454829bbd250a15fbd09db5ef85c54d3e8ad1008e84616ea54483292deae45047a27964e27b26d9b3da8447e7c37dac1e2ce18a63a07'
-            'SKIP')
-# https://sourceforge.net/p/rhash/wiki/PublicKey/
-validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')
-
-prepare() {
-  cd RHash-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --extra-cflags="$CFLAGS" --extra-ldflags="$LDFLAGS"
-}
-
-build() {
-  cd RHash-$pkgver
-  make
-}
-
-check() {
-  cd RHash-$pkgver
-  make test test-lib
-}
-
-package() {
-  cd RHash-$pkgver
-
-  # program
-  make DESTDIR="$pkgdir" install
-
-  # library, since the makefiles are still broken
-  make -C librhash DESTDIR="$pkgdir" install-lib-headers install-lib-shared install-so-link
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/extra-x86_64/PKGBUILD (from rev 406048, rhash/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2021-01-10 17:04:49 UTC (rev 406049)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: 謝致邦 <Yeking at Red54.com>
+# Contributor: cantabile <cantabile dot desu at gmail dot com>
+# Contributor: reMiND <detanator at gmail.com>
+
+pkgname=rhash
+pkgver=1.4.1
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='https://github.com/rhash/RHash'
+license=('BSD')
+arch=('x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=(rhash-$pkgver.tar.gz::https://github.com/rhash/RHash/archive/v$pkgver.tar.gz
+        rhash-$pkgver.tar.gz.asc::https://github.com/rhash/RHash/releases/download/v$pkgver/v$pkgver.tar.gz.asc)
+
+sha512sums=('30bbef7ce7815ee4ac062c537206a0b895845f61de4b1fdc0c0494f66284d9f3c1b06f812ea913fa35a3342d230d25d0986a1db644c7b4464bc1185997beb638'
+            'SKIP')
+# https://sourceforge.net/p/rhash/wiki/PublicKey/
+validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')
+
+prepare() {
+  cd RHash-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --extra-cflags="$CFLAGS" --extra-ldflags="$LDFLAGS"
+}
+
+build() {
+  cd RHash-$pkgver
+  make
+}
+
+check() {
+  cd RHash-$pkgver
+  make test test-lib
+}
+
+package() {
+  cd RHash-$pkgver
+
+  # program
+  make DESTDIR="$pkgdir" install
+
+  # library, since the makefiles are still broken
+  make -C librhash DESTDIR="$pkgdir" install-lib-headers install-lib-shared install-so-link
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}



More information about the arch-commits mailing list