summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 756ed0fc271f..765d7a377dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,19 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gtk-gnutella
-pkgver=1.2.0
+pkgver=1.2.2
pkgrel=1
pkgdesc="A Gnutella server/client"
arch=('i686' 'x86_64')
-url="http://gtk-gnutella.sourceforge.net/"
+url="https://github.com/gtk-gnutella/gtk-gnutella"
license=('GPL')
makedepends=('pkg-config')
depends=('gtk2' 'glib2' 'desktop-file-utils')
source=(
- "http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://github.com/gtk-gnutella/gtk-gnutella/archive/refs/tags/v${pkgver}.tar.gz"
)
-md5sums=(
- '01a20e2cd7ec153c9e4a5f3ef6ed5433'
+sha256sums=(
+ 'e52484a28849a4d3eb064638e5116f64bac2ab3f224ab90baed7f69ea400d11d'
)
build() {