summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrien Smith2019-04-21 11:21:55 -0600
committerAdrien Smith2019-04-21 11:21:55 -0600
commit1f4665c5755d7f5e4ed4a70671f44ef7afab6731 (patch)
tree6d3adc0865f17b3e251c00974346b3e19c94f4be /PKGBUILD
parent23f7a7c7d4cc2bda73454561fdc4805aecf0f3ba (diff)
downloadaur-1f4665c5755d7f5e4ed4a70671f44ef7afab6731.tar.gz
Add libbsd to depends, update url, bump rel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4465e7881df..dde9ba3570de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Dan Schaper <dschaper at ganymeade dot com>
pkgname=tcllauncher
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc="A launcher for Tcl applications."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-url='https://github.com/flightaware/tcllauncher'
+url='https://flightaware.github.io/tcllauncher'
license=('BSD')
-depends=('tcl')
+depends=('libbsd' 'tcl')
changelog="$pkgname.changelog"
source=("$pkgname-$pkgver.tar.gz::https://github.com/flightaware/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('f2afbf74e11a40501373099684766731dd59dfc2b9c85ba04892e6cdb2435f72')