summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Pianini2017-12-21 12:40:25 +0100
committerDanilo Pianini2017-12-21 12:40:25 +0100
commit3629fd22e0f3b94fd7a1951c44f7b892f91813cc (patch)
treefa79a8021cb101a9d52b7276bf959e1d068111a1
parent039b3dbdeae9951230d9aedd03cc792710aa06d8 (diff)
downloadaur-3629fd22e0f3b94fd7a1951c44f7b892f91813cc.tar.gz
Rename executable
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5796f3cfd234..b17ad44b29d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Danilo Pianini
pkgname=opencorsairlink-git
-pkgver=20171202
+pkgver=20171203
pkgrel=1
pkgdesc="Linux® support for Corsair H100i and other water coolers of the same brand."
arch=('x86_64')
@@ -33,5 +33,5 @@ build() {
}
package() {
- install -D $srcdir/OpenCorsairLink/OpenCorsairLink.elf $pkgdir/usr/bin/OpenCorsairLink.elf
+ install -D $srcdir/OpenCorsairLink/OpenCorsairLink.elf $pkgdir/usr/bin/OpenCorsairLink
}