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 68fb95c646de..007dcd48a145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pbgopy
-pkgver=0.2.1
+pkgver=0.3.0
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=('ab926ef65c6e8ce9e0bcfa05b658e619e34ae3554a85be99ce0ca79af3bb97a4')
+sha256sums=('2593e4dcec8f4b9de5e0e647cd9644e2d0deeac8db32f5080f201f49b7d800eb')
prepare(){
cd "$pkgname-$pkgver"