summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Robitaille2018-11-19 12:56:52 -0400
committerMarcel Robitaille2018-11-19 12:56:52 -0400
commit101b81bf43326ea1f9bfefaa372b879d18b2cfa5 (patch)
treeb653a5363b3a52e87de3cd9408368a5d7e95ccdc
parent4c5a395dfcc76fc99179d1eeb622f4c5bb9f3937 (diff)
downloadaur-101b81bf43326ea1f9bfefaa372b879d18b2cfa5.tar.gz
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74cf4bbb32bc..24960a48abd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = perspektiv-git
pkgdesc = A daemon for creating popups when you change monitor brightness, volume, etc.
pkgver = r14.168db07
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/henriklaxhuber/perspektiv
arch = i686
arch = x86_64
- license = MIT
+ license = GPL-3.0
makedepends = git
makedepends = rust
depends = ttf-font-awesome-4
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')