Date: Thursday, November 3, 2022 @ 22:16:22
  Author: heftig
Revision: 460528

0.8+r3+g68cd5af-2: use git+https

Modified:
  libasyncns/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-03 22:15:35 UTC (rev 460527)
+++ PKGBUILD    2022-11-03 22:16:22 UTC (rev 460528)
@@ -6,10 +6,10 @@
 
 pkgname=libasyncns
 pkgver=0.8+r3+g68cd5af
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C library for executing name service queries asynchronously"
-url="https://0pointer.de/lennart/projects/libasyncns/";
+url="https://0pointer.net/lennart/projects/libasyncns/";
 arch=(x86_64)
 license=(LGPL)
 depends=(glibc)
@@ -16,8 +16,8 @@
 makedepends=(git lynx)
 options=(debug)
 _commit=68cd5aff1467638c086f1bedcc750e34917168e4  # master
-source=("git://git.0pointer.de/libasyncns.git#commit=$_commit")
-md5sums=('SKIP')
+source=("git+https://git.0pointer.net/clone/libasyncns.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd libasyncns
@@ -31,7 +31,8 @@
 
 build() {
   cd libasyncns
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
@@ -40,3 +41,5 @@
   cd libasyncns
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to