summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Goguen2016-09-22 09:44:59 -0700
committerJoel Goguen2016-09-22 09:44:59 -0700
commitcd1faa7f6e1bad8864af722c74b9859706193396 (patch)
treed5a101c4eebbf1c1f52bbd157a2fd1624f5543c0
parent96b8a5253678f933bca674ab073dc61b1bdf148c (diff)
downloadaur-cd1faa7f6e1bad8864af722c74b9859706193396.tar.gz
version bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e49aabd8c8fd..b99626f847fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 22 22:32:00 UTC 2016
+# Thu Sep 22 16:44:28 UTC 2016
pkgbase = buck
pkgdesc = A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
- pkgver = 2016.04.18.01
+ pkgver = 2016.09.02.01
pkgrel = 1
url = https://buckbuild.com
arch = i686
@@ -12,9 +12,10 @@ pkgbase = buck
makedepends = apache-ant
depends = java-runtime-headless>=7
depends = python2
- source = https://github.com/facebook/buck/archive/v2016.04.18.01.tar.gz
+ optdepends = watchman: prevent Buck from parsing all of your build files every time
+ source = https://github.com/facebook/buck/archive/v2016.09.02.01.tar.gz
source = python-test-output.patch
- sha256sums = 53650306787f5eebf53595f1cc65a2a025694194d3813ede9474e1c1bd7acafc
+ sha256sums = ec718c514e94dd38de4fe4ebd90d5c0d6ef262d6c43d5b633faeedb39f7b1555
sha256sums = 45f128aeb4912aa417a774fac6d27805b92193231b418dc0a1f12afc923d5402
pkgname = buck
diff --git a/PKGBUILD b/PKGBUILD
index b18a496b2279..c31e6d039ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joel Goguen <contact+aur@jgoguen.ca>
pkgname=buck
-pkgver="2016.04.18.01"
+pkgver="2016.09.02.01"
pkgrel=1
pkgdesc="A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages."
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=(
'python-test-output.patch'
)
sha256sums=(
- '53650306787f5eebf53595f1cc65a2a025694194d3813ede9474e1c1bd7acafc'
+ 'ec718c514e94dd38de4fe4ebd90d5c0d6ef262d6c43d5b633faeedb39f7b1555'
'45f128aeb4912aa417a774fac6d27805b92193231b418dc0a1f12afc923d5402'
)