summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c911638673fe..2715f83e70c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributer: N30N <archlinux@alunamation.com>
pkgname="lightzone"
-pkgver=4.1.3
+pkgver=4.1.4
pkgrel=1
pkgdesc="A professional photo browser and editor, like Aperture or Lightroom"
url="http://lightzoneproject.org/"
@@ -13,11 +13,11 @@ depends=("javahelp2")
if [[ $CARCH == 'i686' ]]; then
source=("${pkgname}-${pkgver}.deb::http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/i386/${pkgname}_${pkgver}-0obs1_i386.deb")
- md5sums=('ca878da761b9fbe41f49ee154107ffba')
+ md5sums=('d8d0a69a02d06c52dd9b1b2891377ad7')
depends+=("libstdc++5" "libx11" "libxtst")
elif [[ $CARCH == 'x86_64' ]]; then
source=("${pkgname}-${pkgver}.deb::http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/amd64/${pkgname}_${pkgver}-0obs1_amd64.deb")
- md5sums=('192945888aa010158a52fe204f2b1ca2')
+ md5sums=('002b5257bf9d8589712311e87ab5ed90')
depends+=("lib32-libstdc++5" "lib32-libx11" "lib32-libxcb" "lib32-libxtst")
fi