summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Goguen2016-10-03 10:18:19 +0100
committerJoel Goguen2016-10-03 10:18:19 +0100
commitad2768761d4b4d8384e5679811f3119bf87d1a62 (patch)
tree88ea08f637f164f37e973eb7c25876237ce0e43e
parentcd1faa7f6e1bad8864af722c74b9859706193396 (diff)
downloadaur-ad2768761d4b4d8384e5679811f3119bf87d1a62.tar.gz
v2016.09.26.01
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99626f847fb..60279885082f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 22 16:44:28 UTC 2016
+# Mon Oct 3 09:14:13 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.09.02.01
+ pkgver = 2016.09.26.01
pkgrel = 1
url = https://buckbuild.com
arch = i686
@@ -13,9 +13,9 @@ pkgbase = buck
depends = java-runtime-headless>=7
depends = python2
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 = https://github.com/facebook/buck/archive/v2016.09.26.01.tar.gz
source = python-test-output.patch
- sha256sums = ec718c514e94dd38de4fe4ebd90d5c0d6ef262d6c43d5b633faeedb39f7b1555
+ sha256sums = e76204f580d89431c948ce5ba8c02f4a6aa84ab3d76760db77004adac091dce8
sha256sums = 45f128aeb4912aa417a774fac6d27805b92193231b418dc0a1f12afc923d5402
pkgname = buck
diff --git a/PKGBUILD b/PKGBUILD
index c31e6d039ccb..cbe05114ef81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joel Goguen <contact+aur@jgoguen.ca>
pkgname=buck
-pkgver="2016.09.02.01"
+pkgver="2016.09.26.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=(
- 'ec718c514e94dd38de4fe4ebd90d5c0d6ef262d6c43d5b633faeedb39f7b1555'
+ 'e76204f580d89431c948ce5ba8c02f4a6aa84ab3d76760db77004adac091dce8'
'45f128aeb4912aa417a774fac6d27805b92193231b418dc0a1f12afc923d5402'
)