[arch-commits] Commit in hashdeep/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Apr 4 06:51:03 UTC 2018


    Date: Wednesday, April 4, 2018 @ 06:51:01
  Author: bpiotrowski
Revision: 314063

archrelease: copy trunk to community-x86_64

Added:
  hashdeep/repos/community-x86_64/PKGBUILD
    (from rev 314062, hashdeep/trunk/PKGBUILD)
Deleted:
  hashdeep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 06:50:56 UTC (rev 314062)
+++ PKGBUILD	2018-04-04 06:51:01 UTC (rev 314063)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Uffe Jakobsen <uffe at uffe.org>
-pkgname=hashdeep
-pkgver=4.4
-pkgrel=4
-pkgdesc="cross-platform tools to message digests for any number of files"
-arch=('x86_64')
-url="https://github.com/jessek/hashdeep"
-license=('GPL' 'custom')
-depends=('gcc-libs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/v$pkgver.tar.gz")
-sha256sums=('ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f')
-
-prepare() {
-    cd "$pkgname-$pkgver"
-    ./bootstrap.sh
-}
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir/" install
-
-    mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-    install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: hashdeep/repos/community-x86_64/PKGBUILD (from rev 314062, hashdeep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-04 06:51:01 UTC (rev 314063)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Uffe Jakobsen <uffe at uffe.org>
+pkgname=hashdeep
+pkgver=4.4
+pkgrel=5
+pkgdesc="cross-platform tools to message digests for any number of files"
+arch=('x86_64')
+url="https://github.com/jessek/hashdeep"
+license=('GPL' 'custom')
+depends=('gcc-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/v$pkgver.tar.gz")
+sha256sums=('ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f')
+
+prepare() {
+    cd "$pkgname-$pkgver"
+    ./bootstrap.sh
+}
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir/" install
+
+    mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+    install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+



More information about the arch-commits mailing list