summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae91ea822ef..18b780fc6aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gtk-gnutella
pkgdesc = A Gnutella server/client
- pkgver = 1.2.0
+ pkgver = 1.2.2
pkgrel = 1
- url = http://gtk-gnutella.sourceforge.net/
+ url = https://github.com/gtk-gnutella/gtk-gnutella
arch = i686
arch = x86_64
license = GPL
@@ -10,8 +10,7 @@ pkgbase = gtk-gnutella
depends = gtk2
depends = glib2
depends = desktop-file-utils
- source = http://downloads.sourceforge.net/project/gtk-gnutella/gtk-gnutella/1.2.0/gtk-gnutella-1.2.0.tar.xz
- md5sums = 01a20e2cd7ec153c9e4a5f3ef6ed5433
+ source = https://github.com/gtk-gnutella/gtk-gnutella/archive/refs/tags/v1.2.2.tar.gz
+ sha256sums = e52484a28849a4d3eb064638e5116f64bac2ab3f224ab90baed7f69ea400d11d
pkgname = gtk-gnutella
-
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() {