diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-02 16:24:20 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-02 16:24:20 -0200 |
commit | 18c27dc5c8367400c3d6b9ef6a9417805c2ce62d (patch) | |
tree | 4397375557593b5e85d9c8ad2661e44b54b2361c /libre/gnu-ghostscript | |
parent | 8d89a32533d35efb7acafac4ec0ad025fd55a243 (diff) | |
download | abslibre-18c27dc5c8367400c3d6b9ef6a9417805c2ce62d.tar.gz abslibre-18c27dc5c8367400c3d6b9ef6a9417805c2ce62d.tar.bz2 abslibre-18c27dc5c8367400c3d6b9ef6a9417805c2ce62d.zip |
gnu-ghostscript-9.05.0-1: updating md5sums
Diffstat (limited to 'libre/gnu-ghostscript')
-rwxr-xr-x | libre/gnu-ghostscript/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/gnu-ghostscript/PKGBUILD b/libre/gnu-ghostscript/PKGBUILD index fa39cfc1e..4fb123c2c 100755 --- a/libre/gnu-ghostscript/PKGBUILD +++ b/libre/gnu-ghostscript/PKGBUILD @@ -18,7 +18,7 @@ provides=${_pkgname} url="https://www.gnu.org/software/${_pkgname}/" source=(ftp://ftp.gnu.org/gnu/${_pkgname}/${pkgname}-${pkgver}.tar.xz) options=('!libtool' '!makeflags') -md5sums=('aba639a5102afbd2ee30c67831692c27') +md5sums=('e80423be9abb32fc99cc897ed379a7df') build() { cd ${srcdir}/${pkgname}-${pkgver} |