summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2016-05-23 17:23:05 +0200
committerBruno Pagani2016-05-23 17:23:05 +0200
commit134e9e5cd12db7b91ec31a8a4a0ab7920d22654f (patch)
tree74569bafa193cb3613f116de9f6d5a8d12bf71f2
parent68a77660975336d03319153dc67369268e4a180f (diff)
downloadaur-134e9e5cd12db7b91ec31a8a4a0ab7920d22654f.tar.gz
upgpkg: scribus-devel 1.5.2-1
upstream release
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e40ebfe396f..aa53dd4076c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Apr 27 13:26:55 UTC 2016
pkgbase = scribus
pkgdesc = Desktop publishing software
- pkgver = 1.5.1
- pkgrel = 2
+ pkgver = 1.5.2
+ pkgrel = 1
url = http://www.scribus.net/
arch = i686
arch = x86_64
@@ -11,6 +9,7 @@ pkgbase = scribus
makedepends = cmake
makedepends = boost
makedepends = mesa
+ makedepends = qt5-tools
depends = hunspell
depends = libcdr
depends = libcups
@@ -27,9 +26,10 @@ pkgbase = scribus
optdepends = tk: scripts based on tkinter
provides = scribus
conflicts = scribus
- source = http://downloads.sourceforge.net/scribus/scribus-1.5.1.tar.xz
- source = http://downloads.sourceforge.net/scribus/scribus-1.5.1.tar.xz.asc
- sha256sums = 1882e68713d91c2ab9d6ec7a251dbbe31a4438ee68e63e62d36770541e6f4a38
+ source = http://downloads.sourceforge.net/scribus/scribus-1.5.2.tar.xz
+ source = http://downloads.sourceforge.net/scribus/scribus-1.5.2.tar.xz.asc
+ validpgpkeys = 5086B8D68E70FDDF4C40045AEF7B95E7F60166DA
+ sha256sums = ec5eec23aeda655d3a761cffb85853dcd2ede3973b9e62a1b3c28bd1093c74f5
sha256sums = SKIP
pkgname = scribus-devel
diff --git a/PKGBUILD b/PKGBUILD
index 1e0bb457713a..d9d83d95d6bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,20 +7,20 @@
pkgbase=scribus
pkgname=scribus-devel
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
pkgdesc='Desktop publishing software'
url='http://www.scribus.net/'
license=('GPL')
arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('tk: scripts based on tkinter')
depends=('hunspell' 'libcdr' 'libcups' 'libmspub' 'libpagemaker'
'libvisio' 'podofo' 'poppler' 'python2' 'qt5-declarative'
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+optdepends=('tk: scripts based on tkinter')
validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
source=("http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('1882e68713d91c2ab9d6ec7a251dbbe31a4438ee68e63e62d36770541e6f4a38' 'SKIP')
+sha256sums=('ec5eec23aeda655d3a761cffb85853dcd2ede3973b9e62a1b3c28bd1093c74f5' 'SKIP')
conflicts=("${pkgbase}")
provides=("${pkgbase}")
@@ -45,7 +45,7 @@ build() {
make
}
-package() {
+package_scribus-devel() {
cd "${srcdir}/${pkgbase}-${pkgver}/build"
make DESTDIR="${pkgdir}" install