diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-29 11:30:06 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-29 15:34:36 -0400 |
commit | dfa64e822781505c254308f2382852b94a395e67 (patch) | |
tree | aad080f0bfcd661ea9343ba6424b6440b61666a9 | |
parent | e328ecddd7a88c04bc1506f4564f4e041d2d42c4 (diff) | |
download | abslibre-dfa64e822781505c254308f2382852b94a395e67.tar.gz abslibre-dfa64e822781505c254308f2382852b94a395e67.tar.bz2 abslibre-dfa64e822781505c254308f2382852b94a395e67.zip |
libre/libretools: Update 201808{26→29}
-rw-r--r-- | libre/libretools/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index b860e12e8..cb04bd4ce 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer: Luke Shumaker <lukeshu@parabola.nu> # Contributor: Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com> # Contributor: fauno <fauno@kiwwwi.com.ar> # Contributor: Márcio Silva <coadde@hyperbola.info> @@ -9,13 +9,13 @@ pkgdesc="Programs for Parabola development" url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20180826 +pkgver=20180829 source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) -sha256sums=('63e473cd979804652a1324171f94cf74e0fcc1d2eb2258911adad2e98a473952' +sha256sums=('c25f88048d50671a1ab7f39b055c21af0d654d8ea3993a0885e2e2483fa9182e' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -pkgrel=2 +pkgrel=1 arch=('any') makedepends=(ruby-ronn) checkdepends=( |