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

2017-08-29 Thread Johannes Löthberg
Date: Tuesday, August 29, 2017 @ 17:04:13
  Author: demize
Revision: 254725

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 3 files changed, 96 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-29 17:04:04 UTC (rev 254724)
+++ community-i686/PKGBUILD 2017-08-29 17:04:13 UTC (rev 254725)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.5
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
-
-sha256sums=('98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e')
-
-build() {
-  cd RHash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd RHash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd RHash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-i686/PKGBUILD (from rev 254724, 
rhash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-29 17:04:13 UTC (rev 254725)
@@ -0,0 +1,48 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: 謝致邦 
+# Contributor: cantabile 
+# Contributor: reMiND 
+
+pkgname=rhash
+pkgver=1.3.5
+pkgrel=2
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e')
+
+build() {
+  cd RHash-$pkgver
+  export ADDCFLAGS="$CFLAGS"
+  export ADDLDFLAGS="$LDFLAGS"
+  make build-shared
+  make -C librhash
+}
+
+check() {
+  cd RHash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd RHash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-so-link
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-29 17:04:04 UTC (rev 254724)
+++ community-x86_64/PKGBUILD   2017-08-29 17:04:13 UTC (rev 254725)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.5
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
-
-sha256sums=('98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e')
-
-build() {
-  cd RHash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd RHash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd RHash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-x86_64/PKGBUILD (from rev 254724, 
rhash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   

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

2017-08-20 Thread Johannes Löthberg
Date: Monday, August 21, 2017 @ 00:42:12
  Author: demize
Revision: 252783

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   45 --
 community-x86_64/PKGBUILD |   45 --
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 00:42:02 UTC (rev 252782)
+++ community-i686/PKGBUILD 2017-08-21 00:42:12 UTC (rev 252783)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.4
-pkgrel=2
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
-
-sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
-
-build() {
-  cd rhash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd rhash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd rhash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-i686/PKGBUILD (from rev 252782, 
rhash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 00:42:12 UTC (rev 252783)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: 謝致邦 
+# Contributor: cantabile 
+# Contributor: reMiND 
+
+pkgname=rhash
+pkgver=1.3.5
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e')
+
+build() {
+  cd RHash-$pkgver
+  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+}
+
+check() {
+  cd RHash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd RHash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-21 00:42:02 UTC (rev 252782)
+++ community-x86_64/PKGBUILD   2017-08-21 00:42:12 UTC (rev 252783)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.4
-pkgrel=2
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
-
-sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
-
-build() {
-  cd rhash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd rhash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd rhash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-x86_64/PKGBUILD (from rev 252782, 
rhash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-21 00:42:12 UTC (rev 252783)
@@ 

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

2017-07-10 Thread Johannes Löthberg
Date: Monday, July 10, 2017 @ 18:11:56
  Author: demize
Revision: 243766

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rhash/repos/community-testing-i686/
  rhash/repos/community-testing-i686/PKGBUILD
(from rev 243765, rhash/trunk/PKGBUILD)
  rhash/repos/community-testing-x86_64/
  rhash/repos/community-testing-x86_64/PKGBUILD
(from rev 243765, rhash/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   45 
 community-testing-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: rhash/repos/community-testing-i686/PKGBUILD (from rev 243765, 
rhash/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-10 18:11:56 UTC (rev 243766)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: 謝致邦 
+# Contributor: cantabile 
+# Contributor: reMiND 
+
+pkgname=rhash
+pkgver=1.3.4
+pkgrel=2
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}

Copied: rhash/repos/community-testing-x86_64/PKGBUILD (from rev 243765, 
rhash/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-07-10 18:11:56 UTC (rev 243766)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: 謝致邦 
+# Contributor: cantabile 
+# Contributor: reMiND 
+
+pkgname=rhash
+pkgver=1.3.4
+pkgrel=2
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}


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

2017-01-30 Thread Johannes Löthberg
Date: Monday, January 30, 2017 @ 11:59:16
  Author: demize
Revision: 209483

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   45 --
 community-x86_64/PKGBUILD |   45 --
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-30 11:59:09 UTC (rev 209482)
+++ community-i686/PKGBUILD 2017-01-30 11:59:16 UTC (rev 209483)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.3
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
-
-sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
-
-build() {
-  cd rhash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd rhash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd rhash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-i686/PKGBUILD (from rev 209482, 
rhash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-30 11:59:16 UTC (rev 209483)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: 謝致邦 
+# Contributor: cantabile 
+# Contributor: reMiND 
+
+pkgname=rhash
+pkgver=1.3.4
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-30 11:59:09 UTC (rev 209482)
+++ community-x86_64/PKGBUILD   2017-01-30 11:59:16 UTC (rev 209483)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.3
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
-
-sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
-
-build() {
-  cd rhash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd rhash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd rhash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-x86_64/PKGBUILD (from rev 209482, 
rhash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-30 11:59:16 UTC (rev 209483)
@@ 

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

2015-05-28 Thread Johannes Löthberg
Date: Thursday, May 28, 2015 @ 14:16:57
  Author: demize
Revision: 134272

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rhash/repos/community-i686/
  rhash/repos/community-i686/PKGBUILD
(from rev 134271, rhash/trunk/PKGBUILD)
  rhash/repos/community-x86_64/
  rhash/repos/community-x86_64/PKGBUILD
(from rev 134271, rhash/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: rhash/repos/community-i686/PKGBUILD (from rev 134271, 
rhash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 12:16:57 UTC (rev 134272)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
+# Contributor: 謝致邦 yek...@red54.com
+# Contributor: cantabile cantabile dot desu at gmail dot com
+# Contributor: reMiND detana...@gmail.com
+
+pkgname=rhash
+pkgver=1.3.3
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=(http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS=$CFLAGS ADDLDFLAGS=$LDFLAGS build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR=$pkgdir install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR=$pkgdir install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/rhash/LICENSE
+}

Copied: rhash/repos/community-x86_64/PKGBUILD (from rev 134271, 
rhash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 12:16:57 UTC (rev 134272)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
+# Contributor: 謝致邦 yek...@red54.com
+# Contributor: cantabile cantabile dot desu at gmail dot com
+# Contributor: reMiND detana...@gmail.com
+
+pkgname=rhash
+pkgver=1.3.3
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=(http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS=$CFLAGS ADDLDFLAGS=$LDFLAGS build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR=$pkgdir install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR=$pkgdir install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/rhash/LICENSE
+}