summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ba52efb6bc5..c3ff71c7d1a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aaron Paden <aaronbpaden@gmail.com>
pkgname=oosbuild
-pkgver=2.0
+pkgver=3.0
pkgrel=1
pkgdesc="Build an autoconf project out of source"
arch=(any)
@@ -8,7 +8,7 @@ url="https://github.com/BPaden/oosbuild"
license=('GPL2')
depends=('python' 'python-docopt')
source=("https://github.com/BPaden/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('f6eceabc7b6fb5837ea12f75a962d34241f69dab854b368418bc511eee7457f0')
+sha256sums=('422f38f68a77277533c2dec99a050fcdb0d9b85bb87e1fc0fb7c39a7863b725f')
build() {
cd "$pkgname-$pkgver"