summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Momčilović2023-08-08 10:41:20 +0200
committerBoris Momčilović2023-08-08 10:41:20 +0200
commit37b0f40d91cec5ac7ae29c72c12c0b68531ff351 (patch)
treeea3a3c94c31fd4393039a802e7b58ad9728a1bf0
parentae087e630b0209cb7d330808a567442667e878d1 (diff)
downloadaur-37b0f40d91cec5ac7ae29c72c12c0b68531ff351.tar.gz
bump to 2.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c64fc799d8f..b10cd4e7179c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proxysql
pkgdesc = High-performance MySQL proxy with a GPL license
- pkgver = 2.4.8
+ pkgver = 2.5.4
pkgrel = 1
url = http://proxysql.com
arch = x86_64
@@ -18,11 +18,11 @@ pkgbase = proxysql
depends = gnutls
provides = proxysql
backup = etc/proxysql.cnf
- source = https://github.com/sysown/proxysql/archive/refs/tags/v2.4.8.tar.gz
+ source = https://github.com/sysown/proxysql/archive/refs/tags/v2.5.4.tar.gz
source = proxysql.sysusers
source = shared-libs.patch
source = proxysql.tmpfiles
- sha256sums = da65da905e035d36386760628f6de8aa3523a738db6af262af6e91329614a87f
+ sha256sums = 0f1135f09f2056c50bff77e035e2e3ee63f8b8f0c0262f2eb183db49c4b27926
sha256sums = 8b074c0d72e4b66349a84a13fdb65918145fcaf6a8697ba99304bd603d097735
sha256sums = f28bef1b1f9763afe2929ff5f01b9f04c42a606086d5aaa627523cf5f81fb21d
sha256sums = 6f48bd54c6b8592cd84006e991d3cbd8b38a460c6e72091acdca05f6781ae380
diff --git a/PKGBUILD b/PKGBUILD
index 8c07e473548c..6b7b4abcab31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Boris Momčilović <boris.momcilovic@gmail.com>
# Contributor: Matthew McGinn <mamcgi@gmail.com>
pkgname=proxysql
-pkgver=2.4.8
+pkgver=2.5.4
pkgrel=1
pkgdesc="High-performance MySQL proxy with a GPL license"
arch=('x86_64' 'amd64')
@@ -16,7 +16,7 @@ source=("https://github.com/sysown/${pkgname}/archive/refs/tags/v${pkgver}.tar.g
"proxysql.sysusers"
"shared-libs.patch"
"proxysql.tmpfiles")
-sha256sums=('da65da905e035d36386760628f6de8aa3523a738db6af262af6e91329614a87f'
+sha256sums=('0f1135f09f2056c50bff77e035e2e3ee63f8b8f0c0262f2eb183db49c4b27926'
'8b074c0d72e4b66349a84a13fdb65918145fcaf6a8697ba99304bd603d097735'
'f28bef1b1f9763afe2929ff5f01b9f04c42a606086d5aaa627523cf5f81fb21d'
'6f48bd54c6b8592cd84006e991d3cbd8b38a460c6e72091acdca05f6781ae380')
@@ -28,6 +28,7 @@ prepare() {
build() {
export GIT_VERSION=$(git --version | awk '{print $NF}')
+ CXXFLAGS="$CXXFLAGS -fPIC"
sed -i -e 's@^\(\s\+cd curl/curl \&\& ./configure .*\) \(--with-ssl=.*\)$@\1 --without-zstd \2@' ${pkgname}-${pkgver}/deps/Makefile
cd "${pkgname}-${pkgver}"
make cleanall