diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-10-04 15:02:34 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-10-04 15:33:05 -0400 |
commit | bffd30e9f286f86421868e953a1fde5f3554e6c9 (patch) | |
tree | 405989c3b35f33062bfefacf2a933dc180ec4846 /libre/libretools | |
parent | 658339129995d6c7cd5c5793447fe05c7549e7d9 (diff) | |
download | abslibre-bffd30e9f286f86421868e953a1fde5f3554e6c9.tar.gz abslibre-bffd30e9f286f86421868e953a1fde5f3554e6c9.tar.bz2 abslibre-bffd30e9f286f86421868e953a1fde5f3554e6c9.zip |
libre/libretools: Update 2018{0920→1004}
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index e54eee61b..cd0326d8f 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,9 +9,9 @@ pkgdesc="Programs for Parabola development" url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20180920 +pkgver=20181004 source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) -sha256sums=('ccdbfe5635a3591698818fddb5b7e6d48893f1de3929914b6381b68d934d3331' +sha256sums=('2bdefd1803ba3e6cbd1eb955fad3de9ce8a4abfd23a0bd96a60772762df7b53b' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker @@ -19,9 +19,11 @@ pkgrel=1 arch=('any') makedepends=(ruby-ronn) checkdepends=( - sh-roundup git + bash-bats git 'pacman>=5.1.1-1.parabola5' 'pacman<5.2' expac + openssh + rsync tokyocabinet ) |