Date: Wednesday, November 2, 2022 @ 21:26:13
Author: arojas
Revision: 1341072
archrelease: copy trunk to community-x86_64
Added:
libhx/repos/community-x86_64/PKGBUILD
(from rev 1341071, libhx/trunk/PKGBUILD)
libhx/repos/community-x86_64/keys/
Deleted:
libhx/repos/community-x86_64/PKGBUILD
libhx/repos/community-x86_64/keys/
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-02 21:26:03 UTC (rev 1341071)
+++ PKGBUILD 2022-11-02 21:26:13 UTC (rev 1341072)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Max Roder <[email protected]>
-# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
-
-pkgname=libhx
-pkgver=4.6
-pkgrel=1
-pkgdesc='A library providing queue, tree, I/O and utility functions'
-arch=(x86_64)
-url='http://libhx.sourceforge.net/'
-license=(GPL)
-depends=(glibc)
-source=(https://inai.de/files/libhx/libHX-$pkgver.tar.{xz,asc})
-sha256sums=('3f8ec33df6f9ab3a147bcf35ef58e4107cc2b024feae38ea23927c06c3c7fee3'
- 'SKIP')
-validpgpkeys=(BCA0C5C309CAC569E74A921CF76EFE5D0C223A8F) # Jan Engelhardt
<[email protected]> https://inai.de/about/
-
-build() {
- cd libHX-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd libHX-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libhx/repos/community-x86_64/PKGBUILD (from rev 1341071,
libhx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-02 21:26:13 UTC (rev 1341072)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Max Roder <[email protected]>
+# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
+
+pkgname=libhx
+pkgver=4.7
+pkgrel=1
+pkgdesc='A library providing queue, tree, I/O and utility functions'
+arch=(x86_64)
+url='http://libhx.sourceforge.net/'
+license=(GPL)
+depends=(glibc)
+source=(https://inai.de/files/libhx/libHX-$pkgver.tar.{xz,asc})
+sha256sums=('332bdbb6a0afbcd05fea00f5f368368149b60d667d7532bd50b892a0f65daea0'
+ 'SKIP')
+validpgpkeys=(BCA0C5C309CAC569E74A921CF76EFE5D0C223A8F) # Jan Engelhardt
<[email protected]> https://inai.de/about/
+
+build() {
+ cd libHX-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd libHX-$pkgver
+ make DESTDIR="$pkgdir" install
+}