From 4ebbcab79192e5558a208857522fddf948aad42a Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Sun, 24 Aug 2014 03:42:34 +0200 Subject: [PATCH] libpano13: update to non-beta version coincidentally this fixes the shlibs entry, which didn't deal with the beta suffix properly. --- srcpkgs/libpano13/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libpano13/template b/srcpkgs/libpano13/template index 74f977137af..8cc4254ed0b 100644 --- a/srcpkgs/libpano13/template +++ b/srcpkgs/libpano13/template @@ -1,13 +1,13 @@ # Template file for 'libpano13' pkgname=libpano13 -version=2.9.19_beta1 +version=2.9.19 revision=1 short_desc="Panorama Pictures Tools library" maintainer="Martin Riese " license="GPL" homepage="http://panotools.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/project/panotools/${pkgname}/${pkgname}-2.9.19/${pkgname}-${version}.tar.gz" -checksum="e2dd9c6b412fbde11dfbe1f466d77e5e10869008dc16cbb4e3e0c0b9a81d1a8f" +checksum="037357383978341dea8f572a5d2a0876c5ab0a83dffda431bd393357e91d95a8" build_style=gnu-configure hostmakedepends="pkg-config" makedepends="zlib-devel libpng-devel libjpeg-turbo-devel tiff-devel"