summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2016-02-02 12:32:29 +0100
committerzoe2016-02-02 12:32:29 +0100
commite9e17528541ec180e9e7cc97da79b05104a393c2 (patch)
tree040e5b4ce4d414774efb61950704721773bfd38d
parent469a25123cf0a737bb566982b111a9c4a7387c21 (diff)
downloadaur-e9e17528541ec180e9e7cc97da79b05104a393c2.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dec5cdc6ee7..adea755b6d31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 11:32:05 UTC 2016
pkgbase = kxstitch
pkgdesc = The program that lets you create cross stitch patterns and charts.
- pkgver = 1.2.0
- pkgrel = 9
- url = http://kxstitch.sourceforge.net/
+ pkgver = 1.3.0
+ pkgrel = 1
+ url = https://userbase.kde.org/KXStitch
install = kxstitch.install
arch = i686
arch = x86_64
@@ -13,9 +15,9 @@ pkgbase = kxstitch
makedepends = patch
depends = kdebase-runtime
depends = imagemagick
- source = http://www-ftp.lip6.fr/pub/X11/kde/stable/kxstitch/1.2.0/src/kxstitch-1.2.0.tar.bz2
+ source = http://download.kde.org/stable/kxstitch/1.3.0/src/kxstitch-1.3.0.tar.bz2
source = kxstitch.install
- md5sums = b6b33dcfc30ec9df81b9df2c4edd4d24
+ md5sums = 6e7934065961646867a24004196693b0
md5sums = 5b554364ee8db32e0bb1e881bf0bca34
pkgname = kxstitch
diff --git a/PKGBUILD b/PKGBUILD
index 7a4121467d66..1a9c72cfbe08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: zoe <chp321@gmail.com>
pkgname=kxstitch
-pkgver=1.2.0
-pkgrel=9
+pkgver=1.3.0
+pkgrel=1
pkgdesc="The program that lets you create cross stitch patterns and charts."
arch=('i686' 'x86_64')
depends=('kdebase-runtime' 'imagemagick')
makedepends=('cmake' 'automoc4' 'doxygen' 'patch')
-url="http://kxstitch.sourceforge.net/"
+url="https://userbase.kde.org/KXStitch"
license=('GPL')
-source=(http://www-ftp.lip6.fr/pub/X11/kde/stable/kxstitch/${pkgver}/src/kxstitch-${pkgver}.tar.bz2 kxstitch.install)
-md5sums=('b6b33dcfc30ec9df81b9df2c4edd4d24' '5b554364ee8db32e0bb1e881bf0bca34')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" 'kxstitch.install')
+md5sums=('6e7934065961646867a24004196693b0' '5b554364ee8db32e0bb1e881bf0bca34')
install=kxstitch.install
build() {
- cd "$srcdir/kxstitch-${pkgver}"
+ cd "${srcdir}/kxstitch-${pkgver}"
sed -i 's/-DMAGICKCORE_HDRI_ENABLE=0/-DMAGICKCORE_HDRI_ENABLE=1/' CMakeLists.txt
# Avoid bug in cmake :
@@ -28,7 +28,7 @@ build() {
}
package() {
- cd "$srcdir/kxstitch-${pkgver}/build"
+ cd "${srcdir}/kxstitch-${pkgver}/build"
make DESTDIR="${pkgdir}" install
# this one is unnecessary and namcap hates this dangling link