summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54f32d8b5721..b337daa498da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthew McGinn <mamcgi@gmail.com>
pkgname=proxysql
pkgver=1.4.9
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance MySQL proxy with a GPL license"
arch=('x86_64' 'amd64')
url="http://proxysql.com"
@@ -12,7 +12,7 @@ provides=('proxysql')
source=("https://github.com/sysown/${pkgname}/archive/v${pkgver}.tar.gz"
"curl.patch")
sha256sums=('28ee75735716ab2e882b377466f37f5836ce108cfcfe4cf36f31574f81cce401'
- 'd058af6ab4ae9edbd2d646cacdfdacb1ab77462f21ed70f54b78d9c275d7225a')
+ 'dda1b8905f6192917b7b1d73148580d3f8c31a3011cc2699ef48189cc981d5fa')
build() {
cd "${pkgname}-${pkgver}"