summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2015-07-21 17:39:55 +0300
committerMatti Niemenmaa2015-07-21 17:40:09 +0300
commitcfc661d6c9e5504e98f79b09aee068a7bc96475e (patch)
tree2f3d711be76fc3971651ed05fb2f361691d88053
parentce0678b0d6ae1d652756076ce5c0900e17130bcf (diff)
downloadaur-cfc661d6c9e5504e98f79b09aee068a7bc96475e.tar.gz
Call license MIT instead of custom:MIT
It's a special case.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 491643b4fb02..703ad581c296 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = psflib-git
url = https://github.com/kode54/psflib
arch = i686
arch = x86_64
- license = custom:MIT
+ license = MIT
makedepends = git
depends = glibc
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 4780b6c66673..062d09c35ca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=psflib-git
pkgver=r26.4d957c2
-pkgrel=1
+pkgrel=2
pkgdesc="A small C library for reading Portable Sound Format files"
arch=(i686 x86_64)
url='https://github.com/kode54/psflib'
-license=(custom:MIT)
+license=(MIT)
depends=(glibc zlib)
makedepends=(git)
source=(${pkgname}::git+https://github.com/kode54/psflib.git)