summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Bryan2017-09-23 04:56:00 -0500
committerJesse Bryan2017-09-23 04:56:00 -0500
commit828fdb655ae093f4911335ff2538441fd3ebc40f (patch)
tree37e15accd227c96ad1134ba73aaf63dcfe584911 /PKGBUILD
parent1e2573d2d6c9f38fc29b500a840b436e3e5aebc2 (diff)
downloadaur-828fdb655ae093f4911335ff2538441fd3ebc40f.tar.gz
license: fixed license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 223f072a67cd..ff9c83bee475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Jesse Bryan <jesse@winneon.moe>
pkgname=watch-with-mpv
pkgver=1.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="The native host for the Watch with MPV Chrome extension."
arch=("any")
url="https://github.com/winneon/${pkgname}"
-license=("MIT")
+license=("GPL2")
conflicts=("${pkgname}-git")
depends=("mpv>=1:0.27.0" "youtube-dl>=2017.08.06")
options=("!strip") # Required to keep the packaged node binary intact.