summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornull2016-03-19 16:45:42 -0400
committernull2016-03-19 16:45:42 -0400
commit0b0af7d98cd5af2b7014521c9167cfdb0e70fa28 (patch)
tree58b1838e3466f45e3c5ea0dbfaf025c613b91e0b /PKGBUILD
parent18f4da16a46a308c6813e6ed8728a00bf3148f6c (diff)
downloadaur-0b0af7d98cd5af2b7014521c9167cfdb0e70fa28.tar.gz
Fixed dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 122691f3012d..315d2b030301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ url="http://uberwriter.wolfvollprecht.de/"
license=('GPL')
source=(http://ppa.launchpad.net/w-vollprecht/ppa/ubuntu/pool/main/u/uberwriter/uberwriter_$pkgver-publicubuntu4_all.deb)
md5sums=('SKIP')
-depends=('python-gtkspellcheck' 'python-gobject' 'ttf-ubuntu-font-family' 'pandoc-bin' 'dconf' 'desktop-file-utils' 'gnome-web-photo' 'hicolor-icon-theme' 'morituri' 'passenger' 'python' 'python-cairo' 'python-levenshtein' 'python-pyenchant' 'texlive-bin' 'yelp' 'python-regex')
+depends=('python-gtkspellcheck' 'python-gobject' 'ttf-ubuntu-font-family' 'pandoc' 'dconf' 'desktop-file-utils' 'gnome-web-photo' 'hicolor-icon-theme' 'morituri' 'passenger' 'python' 'python-cairo' 'python-levenshtein' 'python-pyenchant' 'texlive-bin' 'yelp' 'python-regex')
# I got the above dependencies from debtap
package() {
mkdir data
tar xf data.tar.xz --directory data/
cp -r data/* ${pkgdir}
-} \ No newline at end of file
+}