summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrash2016-01-14 18:22:23 +0100
committertrash2016-01-14 18:22:23 +0100
commitdea894f47c1c4bab3f53a3a6379ebae24a5f84ec (patch)
treeee6c3de13a3ad0d920066870e53cab6b4475b843 /PKGBUILD
parent3630f8f5339d10902848410f01f64d52679340d5 (diff)
downloadaur-dea894f47c1c4bab3f53a3a6379ebae24a5f84ec.tar.gz
Update to 4.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2715f83e70c5..40fa577eb861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributer: N30N <archlinux@alunamation.com>
pkgname="lightzone"
-pkgver=4.1.4
+pkgver=4.1.5
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=('d8d0a69a02d06c52dd9b1b2891377ad7')
+ md5sums=('6d1a92322f0b2d68ca1927a4ded54c31')
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=('002b5257bf9d8589712311e87ab5ed90')
+ md5sums=('d383b7021a254c93b9fdad487eb60492')
depends+=("lib32-libstdc++5" "lib32-libx11" "lib32-libxcb" "lib32-libxtst")
fi