summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSematre2021-03-26 18:10:54 +0100
committerSematre2021-03-26 18:10:54 +0100
commit9ad30ddf45150a5829dcef38e9e4549b105eb98b (patch)
treec7a2b8145611f1410537942087d7d14b43e4093f /PKGBUILD
parent572e326383fa095e6facd4a60d26b5285604285a (diff)
downloadaur-piknik-bin.tar.gz
Update: '0.9.1' -> '0.10.1'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da0c95d24bf1..5b6d64220cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sematre <sematre at gmx dot de>
pkgname=piknik-bin
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
pkgdesc="Copy/paste anything over the network."
arch=('x86_64')
url="https://github.com/jedisct1/${pkgname%-bin}"
@@ -10,8 +10,8 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${pkgname%-bin}-linux_x86_64-${pkgver}.tar.gz"
"LICENSE::https://raw.githubusercontent.com/jedisct1/${pkgname%-bin}/${pkgver}/LICENSE")
-sha256sums=('6343075652835a0508bbc3e6404529d5abdb6c835508a91cfaeddfb759e86f73'
- '8d01c136e17dca304a9206d4810ff08da4d1a9aa87f7b4740e42d46ebf9bc1be')
+sha256sums=('b429f333dd3b0849b40237e522a2f1db4b3b69c64023b7a9e8150664df39bb95'
+ '07d61be5b330f032cc7c2e384c5800ea9e931e60a9b2630935bd19fed36fc4cf')
package() {
install -Dm 755 "linux-x86_64/${pkgname%-bin}" -t "$pkgdir/usr/bin"