summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Coenen2016-07-03 12:02:47 +0200
committerManuel Coenen2016-07-03 12:02:47 +0200
commit8842db6621ae6bf4f5317600052a862b87a12428 (patch)
tree40c8d740a0a3c856a0e80bfff594840281f43382
parent43eae3464b1f1d451817fc437da7b1fa97b8bd50 (diff)
downloadaur-8842db6621ae6bf4f5317600052a862b87a12428.tar.gz
Fix accidentally broken version number
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfe51b885903..4c36bbef0c12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = si4010prog-git
pkgdesc = A tool to program and debug the Silicon Labs SI4010 micro controller.
- pkgver = VERSION
- pkgrel = 1
+ pkgver = r49.f312bcd
+ pkgrel = 2
url = https://github.com/dimhoff/si4010prog
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index f84a98b86dd0..59d28752ff96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Manuel Coenen <manuel dot coenen at gmail dot com>
pkgname=si4010prog-git
pkgver=r49.f312bcd
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to program and debug the Silicon Labs SI4010 micro controller."
arch=('any')
url="https://github.com/dimhoff/si4010prog"