summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSingYann2023-05-01 18:18:22 +0800
committerSingYann2023-05-01 18:18:22 +0800
commitad8561e3b29bd12489ef882609805778fecd1062 (patch)
tree8cda875783255d6ff4d14f2652af9c6ca7893d5b
parenta4bc0881ec7874a2a77089ca779559959b9f5378 (diff)
downloadaur-ad8561e3b29bd12489ef882609805778fecd1062.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--mydumper-0.14.3-1-x86_64.pkg.tar.zstbin0 -> 156636 bytes
3 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 041d99f25649..c1423e447ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mydumper
pkgdesc = A high performance MySQL backup tool.
- pkgver = 0.10.3
+ pkgver = 0.14.3
pkgrel = 1
url = https://github.com/maxbube/mydumper
arch = i686
@@ -9,8 +9,7 @@ pkgbase = mydumper
makedepends = cmake
depends = glib2
depends = libmariadbclient
- source = https://github.com/maxbube/mydumper/archive/v0.10.3/mydumper-0.10.3.tar.gz
- sha256sums = 571f0544ed60359dbcc933f439bd76741d6a51edcee0b1528f4c84e0bd521d9f
+ source = https://github.com/maxbube/mydumper/archive/v0.14.3-1/mydumper-0.14.3-1.tar.gz
+ sha256sums = aafb9c0914b720e175988a41d9c340271348e50e3a00556035a9c4afcf80c982
pkgname = mydumper
-
diff --git a/PKGBUILD b/PKGBUILD
index 55ed4efda849..b721e7386060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=mydumper
-pkgver=0.10.3
+pkgver=0.14.3
pkgrel=1
pkgdesc="A high performance MySQL backup tool."
arch=("i686" "x86_64")
@@ -10,15 +10,15 @@ license=('GPL')
depends=("glib2" "libmariadbclient")
makedepends=("cmake")
-source=("https://github.com/maxbube/mydumper/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/maxbube/mydumper/archive/v$pkgver-1/$pkgname-$pkgver-1.tar.gz")
-sha256sums=('571f0544ed60359dbcc933f439bd76741d6a51edcee0b1528f4c84e0bd521d9f')
+sha256sums=('aafb9c0914b720e175988a41d9c340271348e50e3a00556035a9c4afcf80c982')
build() {
mkdir -p build
cd build
- cmake "$srcdir/$pkgname-$pkgver" \
+ cmake "$srcdir/$pkgname-$pkgver-1" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_SSL=OFF
diff --git a/mydumper-0.14.3-1-x86_64.pkg.tar.zst b/mydumper-0.14.3-1-x86_64.pkg.tar.zst
new file mode 100644
index 000000000000..68a50cde7a1a
--- /dev/null
+++ b/mydumper-0.14.3-1-x86_64.pkg.tar.zst
Binary files differ