aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Brooks2021-11-01 11:46:46 +0000
committerBen Brooks2021-11-01 11:46:46 +0000
commitb873c73fb016890a3d905778889818f4f1930097 (patch)
tree043c8741ed484b6e1b1adbc4d12b4913ac0271a1
parente9aa6a7af05d25ea135eae32ad97d65a56f7480d (diff)
downloadaur-b873c73fb016890a3d905778889818f4f1930097.tar.gz
Bump for 2.8.3
-rw-r--r--.SRCINFO9
-rw-r--r--Makefile11
-rw-r--r--PKGBUILD10
3 files changed, 17 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b454d6c423c..53174891d186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = sync_gateway-community-bin
pkgdesc = Manages access and synchronization between Couchbase Lite and Couchbase Server - Community Edition (CE)
- pkgver = 2.8.2
- pkgrel = 2
+ pkgver = 2.8.3
+ pkgrel = 1
url = https://github.com/couchbase/sync_gateway
install = sync_gateway.install
arch = x86_64
license = custom:Couchbase Community Edition License
provides = sync_gateway
conflicts = sync_gateway-git
- source = https://packages.couchbase.com/releases/couchbase-sync-gateway/2.8.2/couchbase-sync-gateway-community_2.8.2_x86_64.deb
+ source = https://packages.couchbase.com/releases/couchbase-sync-gateway/2.8.3/couchbase-sync-gateway-community_2.8.3_x86_64.deb
source = sync_gateway.service
- sha256sums = 952470ff2ca60808b2df8cfb3b1027693221b1e1388cbf46cb22fdf3da64ac01
+ sha256sums = f60ad9ad26aa0538fd883b78a5884e6a3858296140df1406a1dbee130acde2da
sha256sums = 4bc3c5843b2b6e31d954a53d43c9ecdce77faf3942b5da4ffdaba846f02dd381
pkgname = sync_gateway-community-bin
-
diff --git a/Makefile b/Makefile
index 75c26e97d1a9..136369b33f11 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,17 @@
-package:
+package: clean
makepkg
+update: clean updatechecksums srcinfo
+ updpkgsums
+
+updatechecksums:
+ updpkgsums
+
+
srcinfo: .SRCINFO
.SRCINFO: PKGBUILD
makepkg --printsrcinfo > .SRCINFO
clean:
- rm -rf pkg src *.tar.xz *.tar.zst couchbase-sync-gateway-community_*_x86_64.deb
+ rm -rf pkg src *.tar.gz *.tar.xz *.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 7f2db8152848..0064a427ff5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# PRs/Issues: https://github.com/bbrks/aur-sync_gateway-community-bin
pkgname=sync_gateway-community-bin
-pkgver=2.8.2
-pkgrel=2
+pkgver=2.8.3
+pkgrel=1
pkgdesc="Manages access and synchronization between Couchbase Lite and Couchbase Server - Community Edition (CE)"
url="https://github.com/couchbase/sync_gateway"
arch=('x86_64')
@@ -17,10 +17,8 @@ source=(
'sync_gateway.service'
)
-sha256sums=(
- '952470ff2ca60808b2df8cfb3b1027693221b1e1388cbf46cb22fdf3da64ac01'
- '4bc3c5843b2b6e31d954a53d43c9ecdce77faf3942b5da4ffdaba846f02dd381'
-)
+sha256sums=('f60ad9ad26aa0538fd883b78a5884e6a3858296140df1406a1dbee130acde2da'
+ '4bc3c5843b2b6e31d954a53d43c9ecdce77faf3942b5da4ffdaba846f02dd381')
prepare () {
msg2 "Extracting the data.tar.gz file"