summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNuky2017-12-29 03:07:49 +0100
committerNuky2017-12-29 03:07:49 +0100
commit4829bc8d022377f279d5a24f5cdd77f2a61913f6 (patch)
treeb2471aa86e4e5d2e1892253d3546d30cb7e0c019 /PKGBUILD
parent8c37e1660911fdcb15ff3f9214562c5a757a5f5e (diff)
downloadaur-ksuperkey.tar.gz
fix source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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