summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Coenen2016-07-03 12:01:41 +0200
committerManuel Coenen2016-07-03 12:01:41 +0200
commit43eae3464b1f1d451817fc437da7b1fa97b8bd50 (patch)
treed6c4cf809ee9cbb8e36fc54cbbe1f8d6e9e3e740 /PKGBUILD
parent384a27b08db720ccb06f9bd03245a6f33b6fbbe2 (diff)
downloadaur-43eae3464b1f1d451817fc437da7b1fa97b8bd50.tar.gz
CMakeLists.txt fix was added upstream, patch no longer necessary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9ec7a055e2a..f84a98b86dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Manuel Coenen <manuel dot coenen at gmail dot com>
pkgname=si4010prog-git
-pkgver=r48.2d5f58f
+pkgver=r49.f312bcd
pkgrel=1
pkgdesc="A tool to program and debug the Silicon Labs SI4010 micro controller."
arch=('any')
@@ -12,10 +12,8 @@ makedepends=('git'
'gcc')
optdepends=('c2_gpio-dkms-git: accessing the si4010 chip via GPIO')
provides=("${pkgname%-git}")
-source=("${pkgname%-git}::git+https://github.com/dimhoff/si4010prog.git"
-'cmake_c_flags_fix.patch')
-md5sums=('SKIP'
- '824b2c6c2fa5ac3b7902858f83ee5b35')
+source=("${pkgname%-git}::git+https://github.com/dimhoff/si4010prog.git")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
@@ -25,7 +23,6 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}/build"
rm -rf *
- patch "$srcdir/${pkgname%-git}"/CMakeLists.txt "$srcdir"/cmake_c_flags_fix.patch
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \