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

Robin Broda coderobe at gemini.archlinux.org
Mon Oct 11 12:28:44 UTC 2021


    Date: Monday, October 11, 2021 @ 12:28:44
  Author: coderobe
Revision: 1029448

archrelease: copy trunk to community-x86_64

Added:
  hivex/repos/community-x86_64/PKGBUILD
    (from rev 1029447, hivex/trunk/PKGBUILD)
Deleted:
  hivex/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 12:28:34 UTC (rev 1029447)
+++ PKGBUILD	2021-10-11 12:28:44 UTC (rev 1029448)
@@ -1,39 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-# Contributor: Brian Bidulock <bidulock at openss7.org>
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=hivex
-pkgver=1.3.20
-pkgrel=6
-pkgdesc="System for extracting the contents of Windows Registry."
-arch=("x86_64")
-url="http://libguestfs.org"
-license=("LGPL2.1")
-depends=("libxml2" "perl")
-makedepends=("python" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" "perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
-optdepends=("python: python bindings"
-	    "ruby: ruby bindings"
-	    "ocaml: ocaml bindings")
-source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('366e84c2a13ff53c70036df60db6e2b469cd06e3405761df73c47978b4fa0245246a1ea912aa5852b1272221d55c6c100b40b00e4c9a6f5668d12ff7f93c787a'
-            'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
-
-build() {
-    cd "$pkgname-$pkgver"
-
-    ./configure \
-	--bindir=/usr/bin \
-	--libdir=/usr/lib \
-	--prefix=/usr \
-	--disable-rpath \
-	--disable-static PYTHON=python
-
-    make
-    chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: hivex/repos/community-x86_64/PKGBUILD (from rev 1029447, hivex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-11 12:28:44 UTC (rev 1029448)
@@ -0,0 +1,39 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Brian Bidulock <bidulock at openss7.org>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=hivex
+pkgver=1.3.21
+pkgrel=1
+pkgdesc="System for extracting the contents of Windows Registry."
+arch=("x86_64")
+url="http://libguestfs.org"
+license=("LGPL2.1")
+depends=("libxml2" "perl")
+makedepends=("python" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" "perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
+optdepends=("python: python bindings"
+	    "ruby: ruby bindings"
+	    "ocaml: ocaml bindings")
+source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('e893d9fa77655540d29ef6657764f701f9cddb33d11b2bfef36ce0c2caebab92b55a32b7e1c99efbab0d53f558a44bf1c4c6f6da13daa37d568ff96d7d28f842'
+            'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
+
+build() {
+    cd "$pkgname-$pkgver"
+
+    ./configure \
+	--bindir=/usr/bin \
+	--libdir=/usr/lib \
+	--prefix=/usr \
+	--disable-rpath \
+	--disable-static PYTHON=python
+
+    make
+    chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list