summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f3d50857828..099bda7901e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Danilo Pianini
pkgname=opencorsairlink-git
-pkgver=20180515
+pkgver=20180506
pkgrel=1
pkgdesc="Linux® support for Corsair H100i and other water coolers of the same brand."
arch=('x86_64')
@@ -9,9 +9,7 @@ url="https://github.com/audiohacked/OpenCorsairLink"
license=('GPL')
depends=(libusb)
makedepends=(git libdrm pkg-config)
-#install=$pkgname.install
-#changelog=$pkgname.Changelog
-source=(git+https://github.com/audiohacked/OpenCorsairLink)
+source=(git+https://github.com/audiohacked/OpenCorsairLink#branch=master)
md5sums=(SKIP)
conflicts=()
provides=(opencorsairlink=$pkgver)
@@ -23,7 +21,6 @@ pkgver() {
build() {
cd $srcdir/OpenCorsairLink
- git checkout master
echo $LDFLAGS
export LDFLAGS="$LDFLAGS -lm"
echo $LDFLAGS