summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEivind Eide2020-01-07 22:24:59 +0100
committerEivind Eide2020-01-07 22:24:59 +0100
commitf46cacf940e75b9fc390a4ba05b7ddb6a00b10c9 (patch)
treed1554ce1c97a4cca9643e56669cbef2c8a63c9ae /PKGBUILD
parentdb9ef45a52e895afa57da3c31eb9f3c5e5ae683e (diff)
downloadaur-f46cacf940e75b9fc390a4ba05b7ddb6a00b10c9.tar.gz
Moving ruby-gettext to optdepends. Not sure if these translations ever work.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 667da95244db..98da89a59497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@
pkgname=rubyripper
pkgver=0.7.0rc2
-pkgrel=3
+pkgrel=4
pkgdesc='Secure audiodisc ripper'
arch=('any')
url='http://code.google.com/p/rubyripper/'
license=('GPL3')
-depends=('cdparanoia' 'gtk2' 'ruby-iconv' 'ruby-gettext')
+depends=('cdparanoia' 'gtk2' 'ruby-iconv')
optdepends=('ruby-gtk2: GTK+ GUI'
+ 'ruby-gettext: translations'
'cd-discid: Freedb support'
'lame: MP3 encoding support'
'vorbis-tools: Ogg Vorbis encoding support'