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

Antonio Rojas arojas at archlinux.org
Thu Oct 18 13:21:40 UTC 2018


    Date: Thursday, October 18, 2018 @ 13:21:40
  Author: arojas
Revision: 395981

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-18 13:20:53 UTC (rev 395980)
+++ PKGBUILD	2018-10-18 13:21:40 UTC (rev 395981)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Max Roder <maxroder at web.de>
-# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
-
-pkgname=libhx
-pkgver=3.23
-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=('6433dd5d48ad9a64c372ba70bf3e78aa003d8b1c4394ced6c2ca0d776a4c68ec'
-            'SKIP')
-validpgpkeys=(2F8BFE96D14F8B560FBC1F1DA28BDFEEB5A2B2FF) # 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 395980, libhx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-18 13:21:40 UTC (rev 395981)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Max Roder <maxroder at web.de>
+# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
+
+pkgname=libhx
+pkgver=3.24
+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=('a51b3ead77cf93444b52efe14c87314e75b88cdedb4e5f4b6060a04b0c111b45'
+            'SKIP')
+validpgpkeys=(2F8BFE96D14F8B560FBC1F1DA28BDFEEB5A2B2FF) # 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