diff options
author | haawda | 2019-05-07 19:22:07 +0200 |
---|---|---|
committer | haawda | 2019-05-07 19:22:07 +0200 |
commit | f160d6fa9c044cbe246a54f4201bc1690e71575c (patch) | |
tree | 6cd894548a29f766654d6ac0ad1ec64da3d63f40 /PKGBUILD | |
parent | d10c39126be5a7d6ea030d3526ed3224f4696435 (diff) | |
download | aur-f160d6fa9c044cbe246a54f4201bc1690e71575c.tar.gz |
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname='buck' -pkgver='2019.01.10.01' +pkgver='2019.05.06.01' pkgrel=1 pkgdesc='A fast build system that encourages the creation of small, \ reusable modules over a variety of platforms and languages.' @@ -13,7 +13,7 @@ optdepends=('watchman: prevent Buck from parsing all of your build files every t url='https://buckbuild.com' license=('Apache') source=("$pkgname-$pkgver.tar.gz::https://github.com/facebook/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('5dbfeb1146c7441ec0061f4c0a905014999328c653acd94558eb2af4a4bf2fe1') +sha256sums=('e52268c3e1addcadc758a5d0b96892796b0959eee3a4236238e2efcc8cf3c8e9') build() { cd ${pkgname}-${pkgver} |