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

Antonio Rojas arojas at gemini.archlinux.org
Sun May 22 08:24:34 UTC 2022


    Date: Sunday, May 22, 2022 @ 08:24:34
  Author: arojas
Revision: 1209992

archrelease: copy trunk to community-x86_64

Added:
  libhx/repos/community-x86_64/PKGBUILD
    (from rev 1209991, libhx/trunk/PKGBUILD)
Deleted:
  libhx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 08:24:24 UTC (rev 1209991)
+++ PKGBUILD	2022-05-22 08:24:34 UTC (rev 1209992)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Max Roder <maxroder at web.de>
-# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
-
-pkgname=libhx
-pkgver=4.2
-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=('5216b765f73c36ff91e999fd5eabc1dbc13801d140b8238fc80ba9c263d723e6'
-            'SKIP')
-validpgpkeys=(23686C10A45691BE7A425109D6388181F35A0938) # Jan Engelhardt <jengelh at inai.de>
-
-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 1209991, libhx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-22 08:24:34 UTC (rev 1209992)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Max Roder <maxroder at web.de>
+# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
+
+pkgname=libhx
+pkgver=4.5
+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=('84828bbcb539f3f7262f63e316c903226f45a982a4e8506912637e3650f61663'
+            'SKIP')
+validpgpkeys=(BCA0C5C309CAC569E74A921CF76EFE5D0C223A8F) # Jan Engelhardt <jengelh at inai.de> https://inai.de/about/
+
+build() {
+  cd libHX-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libHX-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list