summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-05-02 09:46:05 -0400
committerEli Schwartz2016-05-02 09:46:05 -0400
commite3ce10f66eaf42c769b0742c6d21e38f73a9b529 (patch)
tree26975a74c4e3abfbf3b34278edbf1611b6547ecf
parent88b79d3a62bd9180126c044a4eef3067a5077c51 (diff)
downloadaur-e3ce10f66eaf42c769b0742c6d21e38f73a9b529.tar.gz
upgpkg: sigil-git 0.9.5.r32.g81277c2-2
Fixup: Dur... forgot to remove now-extraneous dependencies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca44308bd167..f3a60292cdae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sigil-git
pkgdesc = A WYSIWYG ebook editor
pkgver = 0.9.5.r32.g81277c2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Sigil-Ebook/Sigil
arch = i686
arch = x86_64
@@ -12,9 +12,7 @@ pkgbase = sigil-git
makedepends = cmake
depends = qt5-webkit
depends = hunspell
- depends = desktop-file-utils
depends = minizip
- depends = gtk-update-icon-cache
depends = python-lxml
depends = python-six
optdepends = hunspell-en: for English dictionary support
diff --git a/PKGBUILD b/PKGBUILD
index abb37890b2ac..8020ec9da669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,12 @@ _localepurge=
pkgname=sigil-git
pkgver=0.9.5.r32.g81277c2
-pkgrel=1
+pkgrel=2
pkgdesc="A WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="https://github.com/Sigil-Ebook/Sigil"
license=('GPL3')
-depends=('qt5-webkit' 'hunspell' 'desktop-file-utils' 'minizip'
- 'gtk-update-icon-cache' 'python-lxml' 'python-six')
+depends=('qt5-webkit' 'hunspell' 'minizip' 'python-lxml' 'python-six')
makedepends=('git' 'qt5-tools' 'qt5-svg' 'cmake')
optdepends=('hunspell-en: for English dictionary support'
'hyphen-en: for English hyphenation support in plugins'