diff options
Diffstat (limited to 'arch/PKGBUILD')
-rw-r--r-- | arch/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 0500012fbc55..3d6331b1c371 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -5,6 +5,7 @@ pkgrel=1 pkgdesc="Tazjin's blog written in Haskell" arch=('i686' 'x86_64') url="http://tazj.in" +license=('MIT') makedepends=('ghc' 'cabal-install') source=(https://bitbucket.org/tazjin/tazblog-haskell/get/$pkgver.tar.gz) md5sums=('981cdfdd3cba59f13213a644717f5343') |