summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNuky2017-12-29 03:07:49 +0100
committerNuky2017-12-29 03:07:49 +0100
commit4829bc8d022377f279d5a24f5cdd77f2a61913f6 (patch)
treeb2471aa86e4e5d2e1892253d3546d30cb7e0c019
parent8c37e1660911fdcb15ff3f9214562c5a757a5f5e (diff)
downloadaur-4829bc8d022377f279d5a24f5cdd77f2a61913f6.tar.gz
fix source url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7f7e3787caa..58778c960bfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ksuperkey
pkgdesc = Allows you to open the application launcher in KDE Plasma Desktop using the Super key
pkgver = 0.4
- pkgrel = 1
- url = https://linux-apps.com/content/show.php/ksuperkey?content=154569
+ pkgrel = 2
+ url = https://github.com/hanschen/ksuperkey
arch = i686
arch = x86_64
license = GPL
depends = libxtst
- source = https://dl.opendesktop.org/api/files/download/id/1460972657/154569-ksuperkey-0.4.tar.gz
- md5sums = d07a6e43132ecf76bcbf8ad344979b44
+ source = https://github.com/hanschen/ksuperkey/archive/v0.4.tar.gz
+ md5sums = 2dd4539de4366e8aa185d5bf375e203b
pkgname = ksuperkey
diff --git a/PKGBUILD b/PKGBUILD
index 1a187b8f78be..54bb2b18a54b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=ksuperkey
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Allows you to open the application launcher in KDE Plasma Desktop using the Super key"
arch=(i686 x86_64)
-url="https://www.linux-apps.com/content/show.php/ksuperkey?content=154569"
+url="https://github.com/hanschen/ksuperkey"
license=(GPL)
depends=(libxtst)
makedepends=()
-source=("https://dl.opendesktop.org/api/files/download/id/1460972657/154569-$pkgname-$pkgver.tar.gz")
-md5sums=('d07a6e43132ecf76bcbf8ad344979b44')
+source=("https://github.com/hanschen/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('2dd4539de4366e8aa185d5bf375e203b')
build() {
cd $pkgname-$pkgver