git » kdegraphics-mobipocket.git » commit 0ba0612

KDE Applications 15.08.1

author Antonio Rojas
2015-09-14 20:47:57 UTC
committer Antonio Rojas
2015-09-14 20:47:57 UTC
parent 43b27e4f878fe2a1c6789ea4c7fd43a958a01561

KDE Applications 15.08.1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 75470ed..9281e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kdegraphics-mobipocket
-pkgver=15.08.0
+pkgver=15.08.1
 pkgrel=1
 pkgdesc="A collection of plugins to handle mobipocket files"
 url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket"
@@ -15,10 +15,10 @@ replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('05bf2216fa46ad5a4e0ed17230033fdad334233a')
+sha1sums=('5be2506074cfcb5eef314737f3082db86c290df7')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {