[arch-commits] Commit in instead/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Aug 21 11:15:48 UTC 2017
Date: Monday, August 21, 2017 @ 11:15:47
Author: spupykin
Revision: 252808
upgpkg: instead 3.1.1-1
Modified:
instead/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-21 10:47:13 UTC (rev 252807)
+++ PKGBUILD 2017-08-21 11:15:47 UTC (rev 252808)
@@ -3,17 +3,17 @@
# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="a quest interpreter"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/instead/"
-license=('GPL')
+license=('MIT')
depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua' 'gtk2')
makedepends=('cmake')
optdepends=('instead-launcher: install and update INSTEAD games from net')
source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-sha256sums=('814c866e9b05c9082cfc2af60172c44234ac6abd8accc77fc487f6429634b081')
+sha256sums=('cac78d4fc8c10f294bd0aad78a7885b1b686e899c8c070ccdb2ff3ca8c4ef8fc')
build() {
cd "${srcdir}"
@@ -32,4 +32,6 @@
cd "${srcdir}"/$pkgname-$pkgver
cp -a doc/*.{html,pdf} doc/instead.txt doc/examples "$pkgdir"/usr/share/doc/instead/
+
+ install -Dm0644 COPYING "$pkgdir"/usr/share/licenses/instead/COPYING
}
More information about the arch-commits
mailing list