summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2021-03-11 12:16:11 +0100
committerYour Name2021-03-11 12:16:11 +0100
commit73d604c18b816893ac6d0a628bb5abf52b181c95 (patch)
tree273952800be2e943466239483d332ac87b915264 /PKGBUILD
parentced0a40caf6bd0753ecf52e95014fc7b6dd3f905 (diff)
downloadaur-73d604c18b816893ac6d0a628bb5abf52b181c95.tar.gz
always build latest release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 205dfc47a07f..e99b41aecc26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha512sums=('SKIP')
pkgver() {
# Arch implements the latest release, for this reason the version has to be up to date!
- curl -s 'https://oligarchy.co.uk/xapian/?C=M;O=D' | grep -oh '>[0-9]*\.[0-9]*\.[0-9]*\/<' | grep -oh '[0-9]*\.[0-9]*\.[0-9]*' | head -n 1
+ curl -s 'https://oligarchy.co.uk/xapian/?C=N;O=D' | grep -oh '>[0-9]*\.[0-9]*\.[0-9]*\/<' | grep -oh '[0-9]*\.[0-9]*\.[0-9]*' | head -n 1
}
build() {