diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-20 12:35:17 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-20 12:35:17 +0200 |
commit | dd20ac40523cf27f69f10087655ccb3c0f318a9b (patch) | |
tree | bfa47cd682339a5732821d9d693ef3cd0d02f898 /extra/kdegraphics-ksnapshot | |
parent | b17208557669f7d787c139c7f15913be60db7b1b (diff) | |
parent | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/agsync/PKGBUILD
community/synce-serial/PKGBUILD
community/synce-vdccm/PKGBUILD
core/lvm2/PKGBUILD
extra/kdepim/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/sqlite/PKGBUILD
Diffstat (limited to 'extra/kdegraphics-ksnapshot')
-rw-r--r-- | extra/kdegraphics-ksnapshot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdegraphics-ksnapshot/PKGBUILD b/extra/kdegraphics-ksnapshot/PKGBUILD index 8025affe1..39d64d857 100644 --- a/extra/kdegraphics-ksnapshot/PKGBUILD +++ b/extra/kdegraphics-ksnapshot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 189595 2013-07-03 17:03:17Z andrea $ +# $Id: PKGBUILD 193328 2013-08-19 09:56:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-ksnapshot -pkgver=4.10.5 +pkgver=4.11.0 pkgrel=1 pkgdesc="Screen Capture Program" url="http://kde.org/applications/graphics/ksnapshot/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') optdepends=('kipi-plugins') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz") -sha1sums=('2a5dcb4cc7ed0f290a857d4b7a1418f31c39a25f') +sha1sums=('85c905639a2b57bf096fb28b52ba25edded3d2d3') build() { cd "${srcdir}" |