diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-04 00:05:08 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-04 16:20:14 +0000 |
commit | 3eadf50caacf084bc7dcd003cd76bd84c8919720 (patch) | |
tree | 8fd7cd492e96799e1642f5964bddad9f74e75728 /community | |
parent | a26dd7cff731856eea9a8015c729b977f97e0472 (diff) | |
download | aports-3eadf50caacf084bc7dcd003cd76bd84c8919720.tar.bz2 aports-3eadf50caacf084bc7dcd003cd76bd84c8919720.tar.xz |
community/todo.txt-cli: fix source url and modernize
Diffstat (limited to 'community')
-rw-r--r-- | community/todo.txt-cli/APKBUILD | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/community/todo.txt-cli/APKBUILD b/community/todo.txt-cli/APKBUILD index 4aea015ec1..9e1d58f4a7 100644 --- a/community/todo.txt-cli/APKBUILD +++ b/community/todo.txt-cli/APKBUILD @@ -2,23 +2,16 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=todo.txt-cli pkgver=2.10 -pkgrel=1 +pkgrel=2 pkgdesc="A simple and extensible shell script for managing your todo.txt file." -url="https://github.com/ginatrapani/todo.txt-cli" +url="https://github.com/todotxt/todo.txt-cli" arch="noarch" license="GPL" depends="bash" -depends_dev="" -makedepends="$depends_dev" -install="" subpackages="$pkgname-bash-completion:bashcomp $pkgname-doc" -source="https://github.com/ginatrapani/$pkgname/releases/download/v${pkgver}/${pkgname/-/_}-$pkgver.tar.gz" +source="https://github.com/todotxt/$pkgname/releases/download/v2.10.0/${pkgname/-/_}-$pkgver.tar.gz" builddir="$srcdir"/${pkgname/-/_}-$pkgver -build() { - cd "$builddir" - return 0 -} package() { cd "$builddir" @@ -46,6 +39,4 @@ bashcomp() { } -md5sums="d90098b5f031d117faf129a4c90e812d todo.txt_cli-2.10.tar.gz" -sha256sums="b59417a26feeafd811e0f1ff17e85e69ac5bcb1a0544b736f539ffb8fe27f6a9 todo.txt_cli-2.10.tar.gz" sha512sums="98eb2bdcfb4e76f9313958e46eb8c9c8b68f06fb498b0b43eeb0d9e616a0c9944454fe00a45d6af89e51420f953c624f9e4c969127d478e3f2e76cc9a400d459 todo.txt_cli-2.10.tar.gz" |