summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c126b75a033..398b7802c488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = button
pkgdesc = A fast, correct, and robust build system
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/jasonwhite/button
arch = i686
@@ -11,7 +11,7 @@ pkgbase = button
depends = sqlite
depends = strace
depends = button-lua
- source = https://github.com/jasonwhite/button/archive/v0.1.0/button-0.1.0.tar.gz
+ source = https://github.com/jasonwhite/button/archive/v0.1.1/button-0.1.1.tar.gz
md5sums = 0ba98e2b759e00a3628d5d99b87166e3
pkgname = button
diff --git a/PKGBUILD b/PKGBUILD
index 903d0cdfb4c3..7f27ef8da5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jason White <jasonaw0 at gmail dot com>
pkgname=button
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="A fast, correct, and robust build system"
arch=('i686' 'x86_64')