summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d428902abc..186b35bfc885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = when-changed-git
pkgrel = 1
url = https://github.com/joh/when-changed
arch = any
- license = BSD3
+ license = BSD
makedepends = git
depends = python2
depends = watchdog
diff --git a/PKGBUILD b/PKGBUILD
index 0906168caa0e..06ae5ec5a434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Execute a command when a file is changed."
arch=('any')
url="https://github.com/joh/when-changed"
-license=('BSD3')
+license=('BSD')
depends=('python2' 'watchdog')
makedepends=('git')
provides=($_pkgname)