summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornulldev2022-01-19 23:12:25 -0500
committernulldev2022-01-19 23:12:25 -0500
commitf7c9be42a86fe543d081513da3f9615d56310f8b (patch)
treea360e8d18461ac81202647a7700d2526d23ec4c9
parent40374f5ae0a44a133d194bc934a98495b7add24e (diff)
downloadaur-f7c9be42a86fe543d081513da3f9615d56310f8b.tar.gz
Bump to v1.5.4 and disable stripping
With stripping enabled, the following error is thrown during build: strip: error: the input file './usr/bin/wings' has no sections
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902207b4e4f0..03c9b5ca4ead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pterodactyl-wings-bin
pkgdesc = The server control plane for Pterodactyl Panel - binary package
- pkgver = 1.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://pterodactyl.io/
arch = x86_64
@@ -10,11 +10,12 @@ pkgbase = pterodactyl-wings-bin
provides = pterodactyl-wings
conflicts = pterodactyl-wings
conflicts = pterodactyl-daemon
+ options = !strip
source = pterodactyl-wings.service
sha256sums = 62dfff25f9bdae4769f4201ed30e7c2bfca54611bee75512c5626e74c764f46e
- source_x86_64 = pterodactyl-wings-x86_64::https://github.com/pterodactyl/wings/releases/download/v1.5.3/wings_linux_amd64
- sha256sums_x86_64 = 2c86c4fccd8cdaadd68522a9965eb73105455bc50ebe39d0ff9cf4b14ecd3a2d
- source_aarch64 = pterodactyl-wings-x86_64::https://github.com/pterodactyl/wings/releases/download/v1.5.3/wings_linux_arm64
- sha256sums_aarch64 = 2c86c4fccd8cdaadd68522a9965eb73105455bc50ebe39d0ff9cf4b14ecd3a2d
+ source_x86_64 = pterodactyl-wings-x86_64::https://github.com/pterodactyl/wings/releases/download/v1.5.4/wings_linux_amd64
+ sha256sums_x86_64 = 5a499547d000c7580180ac62e31048562ae71b193fc0bef66a69d3e50fffebb2
+ source_aarch64 = pterodactyl-wings-x86_64::https://github.com/pterodactyl/wings/releases/download/v1.5.4/wings_linux_arm64
+ sha256sums_aarch64 = e08d74527b6b45ac37cd6238753a6d16a70be753dcd5225a06598d45e94586ff
pkgname = pterodactyl-wings-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9d5b37e48286..4c1443cdc54b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andy Bao <contact at andybao dot me>
pkgname="pterodactyl-wings-bin"
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
pkgdesc="The server control plane for Pterodactyl Panel - binary package"
url="https://pterodactyl.io/"
@@ -11,11 +11,12 @@ arch=("x86_64" "aarch64")
depends=("docker")
provides=("${pkgname/-bin/}")
conflicts=("${pkgname/-bin/}" "pterodactyl-daemon")
+options=(!strip)
source_x86_64=("${pkgname/-bin/}-$CARCH::https://github.com/pterodactyl/wings/releases/download/v$pkgver/wings_linux_amd64")
source_aarch64=("${pkgname/-bin/}-$CARCH::https://github.com/pterodactyl/wings/releases/download/v$pkgver/wings_linux_arm64")
source=("${pkgname/-bin/}.service")
-sha256sums_x86_64=('2c86c4fccd8cdaadd68522a9965eb73105455bc50ebe39d0ff9cf4b14ecd3a2d')
-sha256sums_aarch64=('2c86c4fccd8cdaadd68522a9965eb73105455bc50ebe39d0ff9cf4b14ecd3a2d')
+sha256sums_x86_64=('5a499547d000c7580180ac62e31048562ae71b193fc0bef66a69d3e50fffebb2')
+sha256sums_aarch64=('e08d74527b6b45ac37cd6238753a6d16a70be753dcd5225a06598d45e94586ff')
sha256sums=('62dfff25f9bdae4769f4201ed30e7c2bfca54611bee75512c5626e74c764f46e')
package(){