summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis2022-05-27 13:49:39 +0300
committerTasos Sahanidis2022-05-27 13:49:39 +0300
commitf7c1a4a2912f3fb9837af57e9fd282c50795e2c9 (patch)
treeb084252b0667afda43f7e36087374f5beb6eff5f /PKGBUILD
parentdf80e48444099bcf9640e175edbc7d9bc4ca5142 (diff)
downloadaur-f7c1a4a2912f3fb9837af57e9fd282c50795e2c9.tar.gz
Update to v0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index defa21f1a002..0c76d89818da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tasos Sahanidis <aur@tasossah.com>
# Contributor: Light2Yellow <oleksii.vilchanskyi@gmail.com>
pkgname=ckb-next
-pkgver=0.4.4
-pkgrel=5
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Corsair Keyboard and Mouse Input Driver, release version"
arch=('i686' 'x86_64')
url="https://github.com/ckb-next/ckb-next"
@@ -14,12 +14,8 @@ 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"
- 'dc4dc54c5ebac7e4b455d8df35076fc044a581a7.patch'
- 'c2c12fc981458ca59d515dc5d9c007ea78f141ef.patch'
'AUR-wrapper::git+https://github.com/ckb-next/AUR-wrapper.git')
-sha256sums=('6946bd035cdbbbd2f139e543d2ca84ba422176c62c3a3665b544118dc6d618d0'
- 'ca662407404a0b22c3f2706f729717ab73575101247689ce80b7528fea0de87e'
- '97d56be2873f61d54518e4fa8fdc429ca48a8c5b53ed907ec9abdb08a3bbad0b'
+sha256sums=('12705aa86cb544a77df6d7a73744f21513bcc6cce805ed8caf5d3b72a950157e'
'SKIP')
build() {
@@ -38,8 +34,6 @@ build() {
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
- patch -p1 -i "$srcdir/dc4dc54c5ebac7e4b455d8df35076fc044a581a7.patch"
- patch -p1 -i "$srcdir/c2c12fc981458ca59d515dc5d9c007ea78f141ef.patch"
}
package() {