summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Robitaille2018-11-19 12:56:52 -0400
committerMarcel Robitaille2018-11-19 12:56:52 -0400
commit101b81bf43326ea1f9bfefaa372b879d18b2cfa5 (patch)
treeb653a5363b3a52e87de3cd9408368a5d7e95ccdc /PKGBUILD
parent4c5a395dfcc76fc99179d1eeb622f4c5bb9f3937 (diff)
downloadaur-101b81bf43326ea1f9bfefaa372b879d18b2cfa5.tar.gz
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5aa825171c9e..25d14edf0d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=perspektiv
pkgname=${_pkgname}-git
pkgver=r14.168db07
-pkgrel=1
+pkgrel=2
pkgdesc="A daemon for creating popups when you change monitor brightness, volume, etc. "
arch=("i686" "x86_64")
url="https://github.com/henriklaxhuber/perspektiv"
-license=('MIT')
+license=('GPL-3.0')
depends=('ttf-font-awesome-4')
makedepends=('git' 'rust')
source=('perspektiv-git::git+https://github.com/henriklaxhuber/perspektiv.git')