summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEivind Eide2020-01-02 23:06:50 +0100
committerEivind Eide2020-01-02 23:06:50 +0100
commitec7a08a5157039b8163e70102989797ea04b1d67 (patch)
treef4878f1a59ca340d47c514c314cfc32ad7d5e74c /PKGBUILD
parent3eee29eb16ddc4acfd1bfb141d1bac41c6dd6bbe (diff)
downloadaur-ec7a08a5157039b8163e70102989797ea04b1d67.tar.gz
Install translations.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67c5502d4cf0..3998a8ba62a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=rubyripper
pkgver=0.7.0rc2
-pkgrel=1
+pkgrel=2
pkgdesc='Secure audiodisc ripper'
arch=('any')
url='http://code.google.com/p/rubyripper/'
license=('GPL3')
-depends=('cdparanoia' 'gtk2' 'ruby-iconv')
+depends=('cdparanoia' 'gtk2' 'ruby-iconv' 'ruby-gettext')
optdepends=('ruby-gtk2: GTK+ GUI'
'cd-discid: Freedb support'
'lame: MP3 encoding support'
@@ -32,7 +32,7 @@ sha256sums=('977089c4a262936f9acf82ad1ab5932de97523ba31b61b5ccc1279a94eaea6ae')
build() {
cd "${pkgname}-${pkgver}"
- ./configure --prefix='/usr' --enable-{cli,gtk2} \
+ ./configure --prefix='/usr' --enable-{cli,gtk2,lang-all} \
--ruby="$(ruby -e 'v = RbConfig::CONFIG["vendorlibdir"] ; v["/usr"] = ""; puts v')"
}