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

Johannes Löthberg demize at archlinux.org
Tue Dec 17 19:03:53 UTC 2019


    Date: Tuesday, December 17, 2019 @ 19:03:52
  Author: demize
Revision: 371602

db-move: moved rhash from [testing] to [extra] (x86_64)

Added:
  rhash/repos/extra-x86_64/PKGBUILD
    (from rev 371601, rhash/repos/testing-x86_64/PKGBUILD)
Deleted:
  rhash/repos/extra-x86_64/PKGBUILD
  rhash/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2019-12-17 13:16:25 UTC (rev 371601)
+++ extra-x86_64/PKGBUILD	2019-12-17 19:03:52 UTC (rev 371602)
@@ -1,53 +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.3.8
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='https://github.com/rhash/RHash'
-license=('custom' 'MIT')
-arch=('x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=(https://github.com/rhash/RHash/archive/v$pkgver.tar.gz
-        https://github.com/rhash/RHash/releases/download/v$pkgver/v$pkgver.tar.gz.asc)
-
-sha256sums=('be536a56acfefc87dbc8b1db30fc639020e41edf05518185ea98630e3df7c04c'
-            'SKIP')
-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 371601, rhash/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2019-12-17 19:03:52 UTC (rev 371602)
@@ -0,0 +1,53 @@
+# 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.3.9
+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)
+
+sha256sums=('42b1006f998adb189b1f316bf1a60e3171da047a85c4aaded2d0d26c1476c9f6'
+            'SKIP')
+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