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

Antonio Rojas arojas at archlinux.org
Tue Feb 11 22:20:20 UTC 2020


    Date: Tuesday, February 11, 2020 @ 22:20:20
  Author: arojas
Revision: 568146

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 22:19:52 UTC (rev 568145)
+++ PKGBUILD	2020-02-11 22:20:20 UTC (rev 568146)
@@ -1,31 +0,0 @@
-# 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
-}

Copied: dcfldd/repos/community-x86_64/PKGBUILD (from rev 568145, dcfldd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-11 22:20:20 UTC (rev 568146)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=dcfldd
+pkgver=1.7
+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=('6c4654407b7ec0c3328f79dc1a31365c22899a6aac23cb8ac4cb15441c71aa3e')
+
+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