summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-07-31 23:28:06 +0200
committergit user2023-07-31 23:28:06 +0200
commit6bc7eccf12ba862a3fc00043ac40ef5fc95ce42d (patch)
treeaea60636e80e9e058c480e0e90f27f5b1f884a87
parent766aff672bad12cfe060e6e11337d11ef32b1bfd (diff)
downloadaur-gkleds.tar.gz
Fixed upstram source and URL.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4181e5c01435..5108eb9e9e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = gkleds
pkgdesc = Gkrellm plugin to monitor the CapsLock, NumLock, and ScrollLock keys
pkgver = 0.8.2
- pkgrel = 2
- url = http://freshmeat.net/projects/gkleds/
+ pkgrel = 3
+ url = http://web.archive.org/web/20190209043134/http://freshmeat.sourceforge.net/projects/gkleds/
arch = i686
arch = x86_64
license = GPL
depends = gkrellm
depends = gtk2
- source = http://heim.ifi.uio.no/~oyvinha/files/files/gkleds-0.8.2.tar.gz
+ source = https://ftp.fau.de/gentoo/distfiles/gkleds-0.8.2.tar.gz
md5sums = 140719ffcba3ff84b9b9c7c57b24fbff
pkgname = gkleds
-
diff --git a/PKGBUILD b/PKGBUILD
index b947579f2fa0..daa24a6e3dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Ota <otakar.trunecek@gmail.com>
+# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
+# Contributor: Ota <otakar.trunecek@gmail.com>
# Contributor: eric <eric@archlinux.org>
# Contributor: orelien <aurelien.foret@wanadoo.fr>
pkgname=gkleds
pkgver=0.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="Gkrellm plugin to monitor the CapsLock, NumLock, and ScrollLock keys"
arch=(i686 x86_64)
-source=("http://heim.ifi.uio.no/~oyvinha/files/files/$pkgname-$pkgver.tar.gz")
+source=("https://ftp.fau.de/gentoo/distfiles/${pkgname}-${pkgver}.tar.gz")
depends=('gkrellm' 'gtk2')
license=('GPL')
-url="http://freshmeat.net/projects/gkleds/"
-#url="http://heim.ifi.uio.no/~oyvinha/article.php?2.0.0"
+url="http://web.archive.org/web/20190209043134/http://freshmeat.sourceforge.net/projects/gkleds/"
md5sums=('140719ffcba3ff84b9b9c7c57b24fbff')
build() {