summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2023-02-28 19:34:30 +0800
committerTing-Wei Lan2023-02-28 19:34:30 +0800
commit451dfe4fe1ae0a34e5e0e248c1c9cf2e878c9582 (patch)
tree520b197c93e3bff20ea4f30821c84f3b8d4df1bb /PKGBUILD
parent46598dffc368f39d95f58b1d33d00b512b13e4ad (diff)
downloadaur-guile-avahi.tar.gz
guile-avahi: 0.4 -> 0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6341c4f39f4..0b6d8f430676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=guile-avahi
-pkgver=0.4
+pkgver=0.4.1
pkgrel=1
pkgdesc='Avahi bindings for GNU Guile'
arch=('x86_64' 'i686' 'armv7h')
@@ -9,14 +9,12 @@ url='https://www.nongnu.org/guile-avahi'
license=('LGPL3')
depends=('guile' 'avahi' 'gmp')
source=("https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('9dcc2810058cc87d8fa81a1fa8eb7a3892b2cc0a8786fb16fe88d260aa0ba669')
+sha256sums=('db9de9e19df728b40d23c0381caa9f8eda2b175fa7f69f153be8f3f078044ca5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # Regenerate configure to allow using Guile < 3.
- autoreconf -fi
./configure --prefix=/usr \
- --with-guilemoduledir=/usr/share/guile/site/2.2 \
+ --with-guilemoduledir=/usr/share/guile/site/3.0 \
--disable-rpath
make
}