summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost2020-12-16 18:36:08 +0100
committerPieter Joost2020-12-16 18:36:08 +0100
commit9a7729257c16f0969b28a3723a96f64c469861a5 (patch)
tree3c150cb026606ab7e69b6e6c08eae9bdf2c8050a
parenta196c3e957547982e6e3df59fe38b0d3b538e24c (diff)
downloadaur-9a7729257c16f0969b28a3723a96f64c469861a5.tar.gz
bump version 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e343256bb761..f949be2e8be1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pbgopy
pkgdesc = pbgopy acts like pbcopy/pbpaste but for multiple devices. It lets you share data across devices like you copy and paste.
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/nakabonne/pbgopy
arch = any
license = MIT
makedepends = go
makedepends = git
- source = https://github.com/nakabonne/pbgopy/archive/v0.2.0.tar.gz
- sha256sums = 17286437aef9e63cec82e4e9b45eb7c0bfbd3ac8633b2561e52acfac7ded1ab5
+ source = https://github.com/nakabonne/pbgopy/archive/v0.2.1.tar.gz
+ sha256sums = ab926ef65c6e8ce9e0bcfa05b658e619e34ae3554a85be99ce0ca79af3bb97a4
pkgname = pbgopy
diff --git a/PKGBUILD b/PKGBUILD
index c9822642bfb2..68fb95c646de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pbgopy
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc='pbgopy acts like pbcopy/pbpaste but for multiple devices. It lets you share data across devices like you copy and paste.'
arch=('any')
@@ -7,7 +7,7 @@ url="https://github.com/nakabonne/pbgopy"
license=('MIT')
makedepends=('go' 'git')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('17286437aef9e63cec82e4e9b45eb7c0bfbd3ac8633b2561e52acfac7ded1ab5')
+sha256sums=('ab926ef65c6e8ce9e0bcfa05b658e619e34ae3554a85be99ce0ca79af3bb97a4')
prepare(){
cd "$pkgname-$pkgver"