summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952019-10-27 17:35:16 +0200
committerShatur952019-10-27 17:35:16 +0200
commiteca1a2068f1a19ac2c65a26e8a467a9d58de160c (patch)
tree8f9ea6062e838ad820cd05060db53c59716db0bf
parent6f9f9d05b28dd017fc9533e41fb04cbdb96ed17f (diff)
downloadaur-eca1a2068f1a19ac2c65a26e8a467a9d58de160c.tar.gz
Remove gcc dependency and fix description
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 673692a96889..f2b6428386df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = akd
- pkgdesc = Keyboard userspace daemon
+ pkgdesc = A Keyboard userspace daemon
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Shatur95/akd
arch = x86_64
license = GPL3
- makedepends = gcc
makedepends = cmake
depends = libx11
source = akd-1.0.0.tar.gz::https://github.com/Shatur95/akd/archive/1.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d95963d5c0ae..9d03302b67ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=akd
pkgver=1.0.0
-pkgrel=1
-pkgdesc="Keyboard userspace daemon"
+pkgrel=2
+pkgdesc="A Keyboard userspace daemon"
arch=('x86_64')
url="https://github.com/Shatur95/akd"
license=('GPL3')
depends=('libx11')
-makedepends=('gcc' 'cmake')
+makedepends=('cmake')
source=($pkgname-$pkgver.tar.gz::"https://github.com/Shatur95/akd/archive/$pkgver.tar.gz")
sha256sums=('ca3e1a6c51be5f999c757830cd32eb5b061e599f406f80323a580ce34fe8db43')