summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Enck2018-07-08 10:08:32 -0400
committerSean Enck2018-07-08 10:08:32 -0400
commit38f2cf1c097a9bb053dcacf06a454bd63e585729 (patch)
treeaae6b5ae66aa97b8159571ec1f5c0890f3422a8b /PKGBUILD
parent776234ef352f59d4282d331646c99695eb26c380 (diff)
downloadaur-38f2cf1c097a9bb053dcacf06a454bd63e585729.tar.gz
use the upstream patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7364a3cf9edd..dfb7fbf8be83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : enckse <enckse [at] gmail [dot] com>
pkgname=kxstitch
pkgver=2.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="The program that lets you create cross stitch patterns and charts."
arch=('i686' 'x86_64')
depends=('plasma-workspace' 'imagemagick>=7.0.0')
@@ -11,18 +11,18 @@ url="https://userbase.kde.org/KXStitch"
license=('GPL')
source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
"${pkgname}.install"
- "kxstitch-qt5.11.patch"
+ "qt5.11.patch::https://cgit.kde.org/kxstitch.git/patch/?id=ca0f451dceecadc696ba6777084f22ceb5d372f0"
)
sha1sums=('6f712bca3173b90149b67640fb1b63d02725c9ef'
'8e58ce0776eff7ef29394a2f7a089191a4af0b1d'
- '8c392224f4fa0ce5e036bc59cbe42c407649c663'
+ '1d594501380c0ea1450c27696579fd5c74fe8461'
)
install=${pkgname}.install
build() {
cd "${srcdir}/kxstitch-${pkgver}"
- cp ../kxstitch-qt5.11.patch .
- patch -p1 < kxstitch-qt5.11.patch
+ cp ../qt5.11.patch .
+ patch -p1 < qt5.11.patch
rm -rf build
mkdir build
cd build