summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Bryan2018-02-07 04:31:21 -0600
committerJesse Bryan2018-02-07 04:31:21 -0600
commit053b1eb8e46cb98e208664467d7bc613a629f26d (patch)
tree11325e8d325726066badf7665ad55bc66e1bf998
parent828fdb655ae093f4911335ff2538441fd3ebc40f (diff)
downloadaur-053b1eb8e46cb98e208664467d7bc613a629f26d.tar.gz
release: 1.2.9
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff9c83bee475..e8b54d6df4e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesse Bryan <jesse@winneon.moe>
pkgname=watch-with-mpv
-pkgver=1.2.8
-pkgrel=2
+pkgver=1.2.9
+pkgrel=1
pkgdesc="The native host for the Watch with MPV Chrome extension."
arch=("any")
url="https://github.com/winneon/${pkgname}"
@@ -10,7 +10,7 @@ conflicts=("${pkgname}-git")
depends=("mpv>=1:0.27.0" "youtube-dl>=2017.08.06")
options=("!strip") # Required to keep the packaged node binary intact.
source=("https://github.com/winneon/watch-with-mpv/releases/download/${pkgver}/native-linux.zip")
-sha256sums=("27132545e548b447f21f1ec0a5bdfd959a8b0584770545492d8eb13211343216")
+sha256sums=("6631d2f19a1a87d6da86afe5885a5ec9ad8bcfcde61b11d407dda7788ba2bccb")
package() {
cd "${srcdir}"