summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Bryan2017-09-23 04:56:00 -0500
committerJesse Bryan2017-09-23 04:56:00 -0500
commit828fdb655ae093f4911335ff2538441fd3ebc40f (patch)
tree37e15accd227c96ad1134ba73aaf63dcfe584911
parent1e2573d2d6c9f38fc29b500a840b436e3e5aebc2 (diff)
downloadaur-828fdb655ae093f4911335ff2538441fd3ebc40f.tar.gz
license: fixed license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48ce791ac1dd..3d7951245e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = watch-with-mpv
pkgdesc = The native host for the Watch with MPV Chrome extension.
pkgver = 1.2.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/winneon/watch-with-mpv
arch = any
- license = MIT
+ license = GPL2
depends = mpv>=1:0.27.0
depends = youtube-dl>=2017.08.06
conflicts = watch-with-mpv-git
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.