summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsunori Aoki2017-10-16 09:20:07 +0900
committerTatsunori Aoki2017-10-16 09:20:07 +0900
commit0d5db05d04d01a5390b59b38de34266034414660 (patch)
tree28d2aeafd2990ead1e5f7a444807f8440706ca82
parenta0884e213ae269120426aacd77c650be67256f17 (diff)
downloadaur-0d5db05d04d01a5390b59b38de34266034414660.tar.gz
[update] 取得先URLを修正
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 543b36be5b83..9665d79eb29a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=todotxt
_pkgname=todo.txt_cli
pkgver=2.10
-pkgrel=4
+pkgrel=5
pkgdesc="lifehacker.com's todo.sh script for maintaining a todo.txt file"
url="https://github.com/todotxt/todo.txt-cli"
depends=('bash')
install=$pkgname.install
-source=(https://github.com/todotxt/todo.txt-cli/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz)
+source=(https://github.com/todotxt/todo.txt-cli/releases/download/v${pkgver}.0/$_pkgname-$pkgver.tar.gz)
md5sums=('d90098b5f031d117faf129a4c90e812d')
arch=('any')
license=('GPL')