summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2017-09-10 10:03:48 +0200
committerPeter Hofmann2017-09-10 10:03:48 +0200
commita5d0ad67d0209b20b68c444c994b779854464d7f (patch)
tree9e21ab6555a16de961d49116cd13c29a498e268c
parentcdf50f2532975782f19c450a80080927002ca2a1 (diff)
downloadaur-a5d0ad67d0209b20b68c444c994b779854464d7f.tar.gz
License changed to MIT
-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=(