summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Pianini2018-08-21 12:11:08 +0200
committerDanilo Pianini2018-08-21 12:11:08 +0200
commit41d2f08f44365cb7ad12e4d0fc600e4801f37258 (patch)
tree008251b3bae754ab138c22e702113cefe95be8ec
parent981645f8351359682311a3b430c0d88c4ac3b5ea (diff)
downloadaur-41d2f08f44365cb7ad12e4d0fc600e4801f37258.tar.gz
Create the testing package
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 099bda7901e1..bac23fb979ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Danilo Pianini
-pkgname=opencorsairlink-git
-pkgver=20180506
+pkgname=opencorsairlink-testing-git
+pkgver=20180819
pkgrel=1
-pkgdesc="Linux® support for Corsair H100i and other water coolers of the same brand."
+pkgdesc="Linux® support for Corsair H100i and other water coolers of the same brand. Testing branch, more feature rich, less stable."
arch=('x86_64')
url="https://github.com/audiohacked/OpenCorsairLink"
license=('GPL')
depends=(libusb)
makedepends=(git libdrm pkg-config)
-source=(git+https://github.com/audiohacked/OpenCorsairLink#branch=master)
+source=(git+https://github.com/audiohacked/OpenCorsairLink#branch=testing)
md5sums=(SKIP)
conflicts=()
provides=(opencorsairlink=$pkgver)