summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraeme Gott2016-10-08 18:47:26 -0400
committerGraeme Gott2016-10-08 18:47:26 -0400
commit79cb1f84a114f34fd1a66098a1a887ef33ce02a6 (patch)
tree4613e609d3c1af9c9105c696dda712c75a351909 /PKGBUILD
parente982eb5d2b30cd42a21d3bca8610be2bc215b316 (diff)
downloadaur-79cb1f84a114f34fd1a66098a1a887ef33ce02a6.tar.gz
Update to 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 173545aa2a23..3b84394e7dc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=tanglet
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc='A single player word finding game'
arch=('i686' 'x86_64')
url="http://gottcode.org/$pkgname/"
license=('GPL3')
depends=('qt5-base')
-install="$pkgname.install"
+makedepends=('qt5-tools')
source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('d0eab174eaa8cdd5f3499ae275db4cd720172ef28346273db7f5988f2304e0d8')
+sha256sums=('b2b211f1576a8a4a1c314294fcae931ca0b62eec43b85308ce44fe5c5725b805')
build() {
cd "$pkgname-$pkgver"