diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-03-12 16:34:49 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-03-12 16:34:49 +1100 |
commit | 8721bf1894d86a27feb96558de81172a37b824ca (patch) | |
tree | a3c14dec96571f6f0d45f211aec5d2aec38eecd0 /gtkspell | |
parent | 483289ac479983315eb8b8df0f7adf9a6602bb5f (diff) | |
download | contrib-8721bf1894d86a27feb96558de81172a37b824ca.tar.gz contrib-8721bf1894d86a27feb96558de81172a37b824ca.tar.xz |
gtkspell: fix dependencies
Diffstat (limited to 'gtkspell')
-rw-r--r-- | gtkspell/.signature | 4 | ||||
-rw-r--r-- | gtkspell/Pkgfile | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gtkspell/.signature b/gtkspell/.signature index bb50daebb..de0b374ba 100644 --- a/gtkspell/.signature +++ b/gtkspell/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+QzFjHLPTRPqLpNNgRWSxdt7+ve/YPrk9F8oHLmTmo5J38bK4LkSyo6FurIHVhzBZERjUoTfEeiccucMSmD4AM= -SHA256 (Pkgfile) = 2d453b5da5e5efa72a9641c650543ae312f74c32f7d5dc75c6196b743dc12646 +RWSagIOpLGJF3z2yc+d55Yz0VWU9lxcXeGtQHaSXaUULkOU/a7JJQsj+6/WU/Nm/frUEkrmQfXUM42v8ZcQBN0I+HKVSf1eraQU= +SHA256 (Pkgfile) = 75ac4346813fe026ec701cd50dd8558943930637b150e24b2cfef284cdb793bf SHA256 (.footprint) = 05ecfb3dce58d3587abbd43ed2027c15abb23789f52892c465af466cd2e5c46e SHA256 (gtkspell-2.0.16.tar.gz) = 8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02 diff --git a/gtkspell/Pkgfile b/gtkspell/Pkgfile index 436b67083..0a6636d51 100644 --- a/gtkspell/Pkgfile +++ b/gtkspell/Pkgfile @@ -1,14 +1,13 @@ # Description: Spell checking utility for GTK+ applications. -# URL: http://gtkspell.sourceforge.net/ +# URL: https://gtkspell.sourceforge.net/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Brett Goulder, predatorfreak at dcaf-security dot org -# Depends on: aspell-en enchant xorg-libxcomposite gtk +# Depends on: aspell-en enchant gtk intltool xorg-libxdamage name=gtkspell version=2.0.16 release=1 -source="http://gtkspell.sourceforge.net/download/$name-$version.tar.gz" -up2date="http://sourceforge.net/projects/gtkspell/files/" +source=(https://gtkspell.sourceforge.net/download/$name-$version.tar.gz) build() { cd $name-$version |