summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2024-10-20 16:23:04 +0200
committerFabioLolix2024-10-20 16:23:04 +0200
commit15eb484c3641948f482f745e5835427228785b19 (patch)
treeadb3414a365e2c102b93dc4018f51025af77d600
parent2f0ca3a10c28f84652d4f4ba3c54d8120be6c123 (diff)
downloadaur-15eb484c3641948f482f745e5835427228785b19.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3208597423a2..94c5cc4d6c04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 06072315fef1..7d48e7b42f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')"
}