summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederick Zhang2020-03-19 14:46:59 +1100
committerFrederick Zhang2020-03-19 14:46:59 +1100
commit63a70c2f807eed5c58d19ed5ada171b016fa8e73 (patch)
treeaedf840e9b75a2d41d669428063687295f39a4f3
parenta41520bd9bf45c5ebcc6377ffb23b18168995284 (diff)
downloadaur-msi-keyboard-git.tar.gz
remove empty variables
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 2 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f2718d55f8f..351621720f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msi-keyboard-git
pkgdesc = Utility to control MSI Steelseries keyboards, written in C++
pkgver = r19.fb57be9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bparker06/msi-keyboard
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b66ae3bd2100..923b88003526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,15 @@
# Contributor: Josh Hebert <aksr at t-com dot me>
pkgname=msi-keyboard-git
pkgver=r19.fb57be9
-pkgrel=1
-epoch=
+pkgrel=2
pkgdesc="Utility to control MSI Steelseries keyboards, written in C++"
arch=('i686' 'x86_64')
url="https://github.com/bparker06/msi-keyboard"
license=('BSD')
-groups=()
depends=('hidapi')
makedepends=('git' 'unzip' 'libusb' 'qt5-base')
-optdepends=()
-checkdepends=()
provides=('msi-keyboard')
-conflicts=()
-replaces=()
-backup=()
-options=()
-changelog=
-install=
source=("$pkgname::git+https://github.com/bparker06/msi-keyboard")
-noextract=()
md5sums=('SKIP')
pkgver() {