summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce4dce3692f..025a8497d18e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = spigot-plugin-luckperms
pkgdesc = An advanced permissions plugin for Bukkit/Spigot, BungeeCord and Sponge.
- pkgver = 5.1.84+b1143
+ pkgver = 5.2.126+b1292
pkgrel = 1
url = https://github.com/lucko/LuckPerms
arch = any
license = MIT
depends = craftbukkit>=1.8.0
- noextract = LuckPerms-Bukkit-5.1.84.jar
- source = https://ci.lucko.me/job/LuckPerms/1143/artifact/bukkit/build/libs/LuckPerms-Bukkit-5.1.84.jar
+ noextract = LuckPerms-Bukkit-5.2.126.jar
+ source = https://ci.lucko.me/job/LuckPerms/1292/artifact/bukkit/loader/build/libs/LuckPerms-Bukkit-5.2.126.jar
sha256sums = SKIP
pkgname = spigot-plugin-luckperms
diff --git a/PKGBUILD b/PKGBUILD
index 51a69eafe6b0..114f8039ec6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ethan Skinner (etskinner) <etskinner@gmail.com>
pkgname=spigot-plugin-luckperms
-_pkgver=5.1.84
-_buildver=1143
+_pkgver=5.2.126
+_buildver=1292
pkgver=$_pkgver+b$_buildver
pkgrel=1
pkgdesc="An advanced permissions plugin for Bukkit/Spigot, BungeeCord and Sponge."
@@ -9,7 +9,7 @@ arch=(any)
url="https://github.com/lucko/LuckPerms"
license=("MIT")
depends=("craftbukkit>=1.8.0")
-source=("https://ci.lucko.me/job/LuckPerms/$_buildver/artifact/bukkit/build/libs/LuckPerms-Bukkit-$_pkgver.jar")
+source=("https://ci.lucko.me/job/LuckPerms/${_buildver}/artifact/bukkit/loader/build/libs/LuckPerms-Bukkit-${_pkgver}.jar")
noextract=("LuckPerms-Bukkit-$_pkgver.jar")
sha256sums=('SKIP')