[arch-commits] Commit in libasyncns/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed May 18 17:23:52 UTC 2022


    Date: Wednesday, May 18, 2022 @ 17:23:52
  Author: heftig
Revision: 445994

archrelease: copy trunk to extra-x86_64

Added:
  libasyncns/repos/extra-x86_64/PKGBUILD
    (from rev 445993, libasyncns/trunk/PKGBUILD)
Deleted:
  libasyncns/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 42 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-18 17:21:14 UTC (rev 445993)
+++ PKGBUILD	2022-05-18 17:23:52 UTC (rev 445994)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libasyncns
-pkgver=0.8+3+g68cd5af
-pkgrel=3
-pkgdesc="A C library for executing name service queries asynchronously"
-arch=(x86_64)
-url="http://0pointer.de/lennart/projects/libasyncns"
-license=(LGPL)
-depends=(glibc)
-makedepends=(git lynx)
-_commit=68cd5aff1467638c086f1bedcc750e34917168e4
-source=("git://git.0pointer.de/libasyncns.git#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libasyncns/repos/extra-x86_64/PKGBUILD (from rev 445993, libasyncns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-18 17:23:52 UTC (rev 445994)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libasyncns
+pkgver=0.8+r3+g68cd5af
+pkgrel=1
+epoch=1
+pkgdesc="A C library for executing name service queries asynchronously"
+url="https://0pointer.de/lennart/projects/libasyncns/"
+arch=(x86_64)
+license=(LGPL)
+depends=(glibc)
+makedepends=(git lynx)
+options=(debug)
+_commit=68cd5aff1467638c086f1bedcc750e34917168e4  # master
+source=("git://git.0pointer.de/libasyncns.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd libasyncns
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libasyncns
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd libasyncns
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd libasyncns
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list