Skip to content
Snippets Groups Projects
Commit 9a588bc7 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Update to 0.9.8.0

parent b9a16e3e
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
# Contributor: archtux <antonio.arias99999 at gmail.com>
pkgname=converseen
pkgver=0.9.7.2
pkgrel=4
pkgver=0.9.8.0
pkgrel=1
pkgdesc="Batch image converter and resizer"
arch=('x86_64')
url="http://converseen.fasterland.net/"
......@@ -12,7 +12,7 @@ license=('GPL3')
depends=('ghostscript' 'hicolor-icon-theme' 'libheif' 'imagemagick' 'libraw' 'librsvg' 'libwebp' 'libwmf' 'openexr' 'qt5-base')
makedepends=('cmake' 'qt5-tools')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
sha256sums=('27b322450a80b6eb7d7f9d936f33ffe18cb06c6ab684c027dd474af91a03fb76')
sha256sums=('b52035193a08ac3ab8f9bb87937872fe797767200b72fb3d996c46632e06cd9b')
prepare() {
mkdir build
......@@ -28,7 +28,6 @@ prepare() {
build() {
cd build
cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment