diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-29 01:44:12 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-29 01:44:12 -0200 |
commit | 8ade9f644259801a4c7e85461bda767119cc6c58 (patch) | |
tree | dba0d31575c42c962e96a116ea4a529f99a1e8e1 /libre/libretools | |
parent | 7e517c647acdf709e94ea471a6d00604505d0942 (diff) | |
parent | 4d65af06586207541df01db4ab006c160149ae60 (diff) | |
download | abslibre-8ade9f644259801a4c7e85461bda767119cc6c58.tar.gz abslibre-8ade9f644259801a4c7e85461bda767119cc6c58.tar.bz2 abslibre-8ade9f644259801a4c7e85461bda767119cc6c58.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 9217b4d02..01d835b1a 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -4,10 +4,10 @@ pkgbase=libretools pkgname=(libretools libretools-pr libretools-mips64el) -pkgver=20121128 +pkgver=20121128.3 pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/libretools.git/" -license=('GPL3+') +license=('GPL3+' 'GPL2') pkgrel=1 arch=('any') @@ -45,4 +45,4 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('4c730066c2152f929ca63424019b165a') +md5sums=('510f69ff043095b60f8a23ee28fd0a16') |