summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2016-08-04 12:06:39 -0400
committerEli Schwartz2016-08-04 12:06:39 -0400
commit20f4057c40b90e59096d19e6c40c0ae5397222ed (patch)
tree10fff760c6fd2b110378d0d5069e8e75c2c466f4 /PKGBUILD
parent13f5bfddb9df90a8e02df39f1e02a21b57eb4b91 (diff)
downloadaur-20f4057c40b90e59096d19e6c40c0ae5397222ed.tar.gz
upgpkg: sigil-git 0.9.6.r23.g8e6b153-1
Upstream fix for system dictionaries renders this patch unnecessary.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38b8b2eb7eac..65964d592018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_localepurge=
pkgname=sigil-git
-pkgver=0.9.6.r1.g8a08e06
-pkgrel=2
+pkgver=0.9.6.r23.g8e6b153
+pkgrel=1
pkgdesc="A WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="https://github.com/Sigil-Ebook/Sigil"
@@ -26,18 +26,12 @@ optdepends=('hunspell-en: for English dictionary support'
'python-regex: recommended for plugins')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("${pkgname%-git}"::"git+${url}"
- "0001-Set-environment-variable-for-Sigil-dictionaries.patch")
-sha256sums=('SKIP'
- '8a1d6085c1ba2c2a919581096af20d0851a6a7a70c4c001a3d30881a511e52c6')
+source=("${pkgname%-git}"::"git+${url}")
+sha256sums=('SKIP')
prepare() {
cd "${srcdir}/${pkgname%-git}"
- # Upstream would prefer we *manually* set this env var when using the
- # build option "-DINSTALL_BUNDLED_DICTS=0"
- patch -p1 < ../0001-Set-environment-variable-for-Sigil-dictionaries.patch
-
if [[ "${_localepurge}" != "" ]]; then
for trans in src/Resource_Files/ts/*; do
if [[ "$(basename $trans | sed -r 's/(_.*)_.*/\1/g')" != "sigil_${_localepurge}" ]]; then