summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph Lansdowne2016-09-18 17:07:58 +0100
committerJoseph Lansdowne2016-09-18 17:07:58 +0100
commit6d23e7960c001a751b2c4e1613f1a7a3e14a7560 (patch)
tree16cb241b387859d05ea9ad28fc28554aaa58469e /PKGBUILD
parentb4fe7ccb0ecc11bc9724239d2089d2e65cb8425f (diff)
downloadaur-6d23e7960c001a751b2c4e1613f1a7a3e14a7560.tar.gz
remove gettext from depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ee52b60a288..f362492bd6c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A distraction-free text editor'
arch=(any)
url='http://pyroom.org/'
license=(GPL3)
-depends=(python2 python2-xdg pygtk gettext)
+depends=(python2 python2-xdg pygtk) # gettext is in base
optdepends=('python2-gconf: to use GNOME default fonts')
source=("http://launchpad.net/$pkgname/0.4/0.4.1/+download/$pkgname-$pkgver.tar.gz")
md5sums=('35e6dfb611b2732471a78f88465ebf7f')