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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 10 11:27:50 UTC 2021


    Date: Tuesday, August 10, 2021 @ 11:27:50
  Author: arojas
Revision: 997354

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-10 11:27:40 UTC (rev 997353)
+++ PKGBUILD	2021-08-10 11:27:50 UTC (rev 997354)
@@ -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=3.25
-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://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar."{xz,asc})
-sha256sums=('72ddc565dc9a5bab55438cb782ea01cec07cb6069f5e6930030b2be44cb05b89'
-            '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 997353, libhx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-10 11:27:50 UTC (rev 997354)
@@ -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=3.26
+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=('67e2dd0b5b888ab8c02362d043ac2d4dd26eb5bb976064603b57b3e3a7adb209'
+            '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
+}



More information about the arch-commits mailing list