summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2017-01-17 10:03:00 -0600
committerJavier Tiá2017-01-17 10:03:00 -0600
commit711b3a5f5cb47d3e42163a5fc07bb34df44d5c7d (patch)
treef8c3e5aea247d719c8e43134153e73e6463c1671 /PKGBUILD
parentf714364b1d770b662ef9bf1132d81230aae39735 (diff)
downloadaur-711b3a5f5cb47d3e42163a5fc07bb34df44d5c7d.tar.gz
Bump up yank 0.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27a526bf7c08..bfd05fa49b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=yank
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc='Copy terminal output to clipboard'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=("xsel")
provides=("${pkgname}-git")
conflicts=("${pkgname}-git")
source=("${url}/archive/v$pkgver.tar.gz")
-sha1sums=('d7039a234cf35e656df132fbb4040ef13a5f01ed')
+sha1sums=('238e7bd23be2898d968f8716022ed91c7c40e207')
build() {
cd "${pkgname}-${pkgver}"