summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororestisf2016-12-23 16:44:29 +0200
committerorestisf2016-12-23 16:49:01 +0200
commit9abde30678d51832edc1adfee64a33ab145a2cc5 (patch)
treeecf78c138536fa4fdd7a1ebf855c617a60848db5
parent5c5ded006e521566683613b0c853da83f3e5fb73 (diff)
downloadaur-9abde30678d51832edc1adfee64a33ab145a2cc5.tar.gz
Update license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fef55590ee3..c772bd3daa99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
+# Generated by mksrcinfo v8
+# Fri Dec 23 14:48:54 UTC 2016
pkgbase = zsh-notify-git
pkgdesc = Desktop notifications for long-running commands in zsh.
pkgver = 29.cf8c1b9
pkgrel = 1
url = https://github.com/marzocchi/zsh-notify
arch = any
- license = Custom:none
+ license = MIT
makedepends = git
depends = zsh
provides = zsh-notify
diff --git a/PKGBUILD b/PKGBUILD
index 6901496f02db..210e18c0663a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Desktop notifications for long-running commands in zsh."
url="https://github.com/marzocchi/zsh-notify"
arch=('any')
-license=('Custom:none')
+license=('MIT')
depends=('zsh')
makedepends=('git')
provides=('zsh-notify')