summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrash2016-07-07 06:18:42 +0200
committertrash2016-07-07 06:18:42 +0200
commit7848fe481b702ecafe758050fec53b06b067fb36 (patch)
treec123d06c403683509201db18a78cebebf776ae59 /PKGBUILD
parentdea894f47c1c4bab3f53a3a6379ebae24a5f84ec (diff)
downloadaur-7848fe481b702ecafe758050fec53b06b067fb36.tar.gz
Update to 4.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40fa577eb861..cd94d03d7230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributer: N30N <archlinux@alunamation.com>
pkgname="lightzone"
-pkgver=4.1.5
+pkgver=4.1.6
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=('6d1a92322f0b2d68ca1927a4ded54c31')
+ md5sums=('efcad5b6ce42b24af7a7870076442238')
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=('d383b7021a254c93b9fdad487eb60492')
+ md5sums=('c891beeee988db44d1b46c39d21291a5')
depends+=("lib32-libstdc++5" "lib32-libx11" "lib32-libxcb" "lib32-libxtst")
fi