summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-01-09 10:54:30 -0500
committerKevin MacMartin2023-01-09 10:54:30 -0500
commitbf27c1ee94e9dd35aee4f4bcdad93f1f0991b086 (patch)
tree77962a20f4aa28bb48de70465272c390904cc4ef
parentd443b494a405377ce5624a6e29fbc442cfc312a2 (diff)
downloadaur-bf27c1ee94e9dd35aee4f4bcdad93f1f0991b086.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 605dc268b4ac..565b78600afc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pocket-sync-bin
pkgdesc = A GUI to do stuff with the Analogue Pocket
- pkgver = 2.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/neil-morrison44/pocket-sync
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = pocket-sync-bin
provides = pocket-sync
conflicts = pocket-sync
options = !strip
- source = https://github.com/neil-morrison44/pocket-sync/releases/download/v2.0.0/pocket-sync_2.0.0_amd64.AppImage
- sha512sums = 5c010501a5eade40c8f9caa7321b7f582779c34f9af3ffcc2631b4037ddddfa77ff8f9bb5cc1b1459aa8680fccef459b98ffb667cadc8184fd7fbedfb2d53bc9
+ source = https://github.com/neil-morrison44/pocket-sync/releases/download/v2.1.0/pocket-sync_2.1.0_amd64.AppImage
+ sha512sums = 0adf714d3c8f19387389b2ce1a337ea7473ffde353bb03171712aacf173cb7696894acf36c506c59ce7fbf908273501482fc8d37f12dc45bf788cfd452db13d5
pkgname = pocket-sync-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a3c26be765b..ba7f612138ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pocket-sync
pkgname=$_pkgname-bin
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc='A GUI to do stuff with the Analogue Pocket'
url='https://github.com/neil-morrison44/pocket-sync'
@@ -14,7 +14,7 @@ provides=($_pkgname)
conflicts=($_pkgname)
options=('!strip')
source=("https://github.com/neil-morrison44/pocket-sync/releases/download/v${pkgver}/pocket-sync_${pkgver}_amd64.AppImage")
-sha512sums=('5c010501a5eade40c8f9caa7321b7f582779c34f9af3ffcc2631b4037ddddfa77ff8f9bb5cc1b1459aa8680fccef459b98ffb667cadc8184fd7fbedfb2d53bc9')
+sha512sums=('0adf714d3c8f19387389b2ce1a337ea7473ffde353bb03171712aacf173cb7696894acf36c506c59ce7fbf908273501482fc8d37f12dc45bf788cfd452db13d5')
prepare() {
[[ -d squashfs-root ]] && rm -rf squashfs-root