Date: Saturday, March 4, 2023 @ 22:12:51
  Author: arojas
Revision: 1412571

archrelease: copy trunk to community-x86_64

Added:
  libhx/repos/community-x86_64/PKGBUILD
    (from rev 1412570, 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    2023-03-04 22:12:41 UTC (rev 1412570)
+++ PKGBUILD    2023-03-04 22:12:51 UTC (rev 1412571)
@@ -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.10
-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=('08fa92e849912a8d75db4c225c211551fca8c5fcf440fda7d7ba941bbbeb462b'
-            '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 1412570, 
libhx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-04 22:12:51 UTC (rev 1412571)
@@ -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.12
+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=('f72e06cf6d86d08d53a5352e643e6ff55cbf3631513c13e3dc68ef298be951b7'
+            '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
+}

Reply via email to