summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6dee280bd52..cab853725046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Eric Bélanger <eric@archlinux.org>
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=gnet
pkgver=2.0.8
-pkgrel=5
+pkgrel=6
pkgdesc="A simple network library"
arch=('x86_64')
-url="http://live.gnome.org/GNetLibrary"
+url="https://wiki.gnome.org/Projects/GNetLibrary"
license=('LGPL')
depends=('glib2' 'libnsl')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gnet/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('74a33dd25cc594b874e3a5171795efd99e567387')
+source=("https://download.gnome.org/sources/gnet/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('14034c7ef571a93f2aca21b2280fa86b35ef5730541d3eb57557dd42d7cc506b')
build() {
cd ${pkgname}-${pkgver}