summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis2020-08-06 14:28:03 +0300
committerTasos Sahanidis2020-08-06 14:28:03 +0300
commit0d93b5ad991a785abefd7bc1ae1bbdfc8f1bc190 (patch)
tree28642101e079ccb692aab07206ba151effe43289 /PKGBUILD
parent007fe36459ad6aed83483b841f2091e4eca68d34 (diff)
downloadaur-0d93b5ad991a785abefd7bc1ae1bbdfc8f1bc190.tar.gz
Fix previous commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2d32dce2c66..d32aa5553ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Light2Yellow <oleksii.vilchanskyi@gmail.com>
pkgname=ckb-next
pkgver=0.4.2
-pkgrel=4
+pkgrel=5
pkgdesc="Corsair Keyboard and Mouse Input Driver, release version"
arch=('i686' 'x86_64')
url="https://github.com/ckb-next/ckb-next"
@@ -13,8 +13,10 @@ optdepends=('libappindicator-gtk2: Ayatana indicators in Unity, KDE or Systray (
conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next-git')
provides=('ckb-next')
install=ckb-next.install
-source=("https://github.com/ckb-next/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('75b6908d5590c293dee8258a83d4ebe206306d3df9f867596e953ef7c6a86440')
+source=("https://github.com/ckb-next/$pkgname/archive/v$pkgver.tar.gz"
+ "a9f41cd8b8f5b04c0c66c6d94f96a9725943831e.patch")
+sha256sums=('75b6908d5590c293dee8258a83d4ebe206306d3df9f867596e953ef7c6a86440'
+ '33eb682dfb0b0651fcf7e922978fb09ae07f072dabe538976a3b1ecf9115120f')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
@@ -32,7 +34,7 @@ build() {
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
- patch -p1 -i "$srcdir/../a9f41cd8b8f5b04c0c66c6d94f96a9725943831e.patch"
+ patch -p1 -i "$srcdir/a9f41cd8b8f5b04c0c66c6d94f96a9725943831e.patch"
}
package() {