aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-02-26 17:15:59 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-26 17:24:23 -0300
commit574d7deab708a5d97aa87ae5355c74072f2013b0 (patch)
tree766ed7a8087f7fb3f5f56f7f806dd25a56566c18
parentda5957b8db9b560948d8549f3d0919ad57c9634a (diff)
community/at: fix url
-rw-r--r--community/at/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/at/APKBUILD b/community/at/APKBUILD
index 592ce62de41..76b0706be2a 100644
--- a/community/at/APKBUILD
+++ b/community/at/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Alexander Belkov <msun00@yandex.ru>
pkgname=at
pkgver=3.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="AT and batch delayed command scheduling utility and daemon"
-url="http://blog.calhariz.com/tag/at"
+url="http://blog.calhariz.com/index.php?tag/at"
arch="all"
options="!check suid" # No test suite.
license="GPL-2.0-or-later"