diff options
author | Roman | 2021-12-09 22:09:14 +0900 |
---|---|---|
committer | Roman | 2021-12-09 22:09:14 +0900 |
commit | 81198369a82202ea0f4bc9a8cd3a8a083e6ef589 (patch) | |
tree | 3961a7892ed5e7372e56adeae19e62ff4dfeb824 /PKGBUILD | |
parent | 460338f13ccbc1c6dd872998563b26ba9dbd8619 (diff) | |
download | aur-81198369a82202ea0f4bc9a8cd3a8a083e6ef589.tar.gz |
Updating to 1.4 (fix)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pkgdesc="Minimalist TUI calendar and task manager" arch=('x86_64') url="https://github.com/anufrievroman/calcure" license=('GPL') -depends=('python' 'curl') +depends=('python') makedepends=('git') source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) md5sums=('e2e30613b7b6c3ac0695672dcbf74059') |