diff options
author | FabioLolix | 2024-10-20 16:23:04 +0200 |
---|---|---|
committer | FabioLolix | 2024-10-20 16:23:04 +0200 |
commit | 15eb484c3641948f482f745e5835427228785b19 (patch) | |
tree | adb3414a365e2c102b93dc4018f51025af77d600 | |
parent | 2f0ca3a10c28f84652d4f4ba3c54d8120be6c123 (diff) | |
download | aur-15eb484c3641948f482f745e5835427228785b19.tar.gz |
fix typo
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = rubyripper-git pkgdesc = Secure audiodisc ripper pkgver = 0.8.0rc3.r12.gc19661b - pkgrel = 3 + pkgrel = 4 url = https://github.com/bleskodev/rubyripper arch = any license = GPL-3.0-only @@ -7,7 +7,7 @@ pkgname=rubyripper-git pkgver=0.8.0rc3.r12.gc19661b -pkgrel=3 +pkgrel=4 pkgdesc="Secure audiodisc ripper" arch=(any) url="https://github.com/bleskodev/rubyripper" @@ -45,7 +45,7 @@ build() { --prefix=/usr \ --enable-cli \ --enable-gtk3 \ - --enable-lang-all} \ + --enable-lang-all \ --ruby="$(ruby -e 'v = RbConfig::CONFIG["vendorlibdir"] ; v["/usr"] = ""; puts v')" } |