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 737691da7096..ebdae2ccd45d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Michael Straube <straubem@gmx.de>
pkgname=vlc-pause-click-plugin
-pkgver=1.0.0
+pkgver=2.0.0
pkgrel=1
pkgdesc='Plugin for VLC that pauses/plays video on mouse click'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url='https://github.com/nurupo/vlc-pause-click-plugin'
depends=('vlc')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/nurupo/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('ac22abd443168ac88815597023ee8ceddbe549be88b9806fc45c7c79939d7237')
+sha256sums=('49734733b5307c5353d952a7ed2c81b534504716d5d5e64fb9b292773b72adbc')
build() {
cd $pkgname-$pkgver