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

Antonio Rojas arojas at archlinux.org
Sun Sep 30 14:25:32 UTC 2018


    Date: Sunday, September 30, 2018 @ 14:25:32
  Author: arojas
Revision: 388479

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 14:25:09 UTC (rev 388478)
+++ PKGBUILD	2018-09-30 14:25:32 UTC (rev 388479)
@@ -1,28 +0,0 @@
-# $Id$
-# 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.22
-pkgrel=2
-pkgdesc='A library providing queue, tree, I/O and utility functions'
-arch=('x86_64')
-url='http://libhx.sourceforge.net/'
-license=('GPL')
-depends=()
-validpgpkeys=('B56B8B9D9915AA8796EDC013DFFF2CDB19FC338D')
-source=("https://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar."{xz,asc})
-sha512sums=('4a50b7171be9f60e1a1bfefb0641f74fa8879c0edb258533ee04ec89617802c48358dc244497fb18d02dc37f828f79f7c52dd5ce2a07d8a2f5e6e6f7b4e97646'
-            'SKIP')
-
-build() {
-  cd "$srcdir"/libHX-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/libHX-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: libhx/repos/community-x86_64/PKGBUILD (from rev 388478, libhx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-30 14:25:32 UTC (rev 388479)
@@ -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.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
+}



More information about the arch-commits mailing list