summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2021-05-21 15:34:05 +0100
committerWorMzy Tykashi2021-05-21 15:34:05 +0100
commita9fb02f1a55ed1f10062f639a4638ee6550ab773 (patch)
tree6c737b3813beea47103c494baa87630101b95921 /PKGBUILD
parent7a76318a12adad99c1dad1b0467f21e84eb04cb7 (diff)
downloadaur-a9fb02f1a55ed1f10062f639a4638ee6550ab773.tar.gz
Updated to 0.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62b69d73cb4a..ed85239cedec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_pkgname=nss-mdns
pkgname=lib32-nss-mdns
-pkgver=0.14.1
+pkgver=0.15
pkgrel=1
pkgdesc="glibc plugin providing host name resolution via mDNS"
arch=('x86_64')
-url="http://0pointer.de/lennart/projects/nss-mdns/"
+url="https://github.com/lathiat/nss-mdns"
license=('LGPL')
depends=('lib32-glibc')
makedepends=('lib32-gcc-libs')
source=("https://github.com/lathiat/nss-mdns/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a2094101b735cade45048764ea594bdae2bfa9399837f3c852a5b264416e9c8c')
+sha256sums=('a1814ed139bb0aa47b299c35b6ff8fc03a209464f55b8bfb4ef95ac1af65f507')
build() {
export CC="gcc -m32"