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

Antonio Rojas arojas at archlinux.org
Wed Jan 15 15:38:18 UTC 2020


    Date: Wednesday, January 15, 2020 @ 15:38:18
  Author: arojas
Revision: 552646

archrelease: copy trunk to community-x86_64

Added:
  dcfldd/repos/community-x86_64/PKGBUILD
    (from rev 552645, dcfldd/trunk/PKGBUILD)
Deleted:
  dcfldd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-15 15:37:59 UTC (rev 552645)
+++ PKGBUILD	2020-01-15 15:38:18 UTC (rev 552646)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Paul Mattal <pjmattal at elys.com>
-
-pkgname=dcfldd
-pkgver=1.5
-pkgrel=1
-pkgdesc='DCFL (DoD Computer Forensics Lab) dd replacement with hashing'
-arch=('x86_64')
-url='https://dcfldd.sourceforge.net/'
-license=('GPL')
-depends=('glibc')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/resurrecting-open-source-projects/dcfldd/archive/v$pkgver.tar.gz")
-sha256sums=('d74dc38763ab7c2121da061923956d5ba0a70d11ab063c1319bf66f257dd0529')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: dcfldd/repos/community-x86_64/PKGBUILD (from rev 552645, dcfldd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-15 15:38:18 UTC (rev 552646)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=dcfldd
+pkgver=1.6
+pkgrel=1
+pkgdesc='DCFL (DoD Computer Forensics Lab) dd replacement with hashing'
+arch=('x86_64')
+url='https://dcfldd.sourceforge.net/'
+license=('GPL')
+depends=('glibc')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/resurrecting-open-source-projects/dcfldd/archive/v$pkgver.tar.gz")
+sha256sums=('a136eaaedfb7a7dde9eee69d1ad51c7cdde6b268b59d8d8eef62cc86031877d1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list