summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStreetwalrus Einstein2015-09-18 13:30:46 +0300
committerStreetwalrus Einstein2015-09-18 13:30:46 +0300
commitd69299a24e6c7a2502f920e6c360271e650f7888 (patch)
tree12480bfcb0eeeb4dbbff2b3b09cb085d3e510869
parent7e14c712c24f3e5cac56be88c7284ca5fc247e5e (diff)
downloadaur-d69299a24e6c7a2502f920e6c360271e650f7888.tar.gz
Update the license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74e016529dd3..b3aee505a84e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = convertimg-git
pkgdesc = Convert images to header files for Ndless libraries
- pkgver = 20150518.f3e5fed
+ pkgver = 20150918.4a97dfe
pkgrel = 1
url = https://github.com/Vogtinator/ConvertImg
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
- license = None
+ license = zlib
makedepends = git
depends = qt5-base
source = git+https://github.com/Vogtinator/ConvertImg.git
diff --git a/PKGBUILD b/PKGBUILD
index 4127af429b00..40c80961fa01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Streetwalrus <streetwalrus@codewalr.us>
pkgname=convertimg-git
-pkgver=20150518.f3e5fed
+pkgver=20150918.4a97dfe
pkgrel=1
pkgdesc="Convert images to header files for Ndless libraries"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/Vogtinator/ConvertImg"
-license=('None')
+license=('zlib')
depends=('qt5-base')
makedepends=('git')
source=('git+https://github.com/Vogtinator/ConvertImg.git')