summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ee9ceeaed6c..2a3fa529c07f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
+# Generated by mksrcinfo v8
+# Sun Sep 10 08:03:46 UTC 2017
pkgbase = gophcatch-git
pkgdesc = Watch gopher holes and catch updates
pkgver = 15.03
pkgrel = 1
url = https://github.com/vain/gophcatch
arch = any
- license = custom:PIZZA-WARE
+ license = MIT
makedepends = git
depends = curl
optdepends = lynx: Needed if you want to dump new items
diff --git a/PKGBUILD b/PKGBUILD
index 02d75ae684b5..fc4e0e3f986e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Watch gopher holes and catch updates"
arch=('any')
url="https://github.com/vain/gophcatch"
-license=('custom:PIZZA-WARE')
+license=('MIT')
depends=('curl')
makedepends=('git')
optdepends=(