mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/redis: fix
This commit is contained in:
parent
f2860aec16
commit
127e51c26a
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - explicitly link v5/v6 with libatomic
|
||||
# - http source; https is broken
|
||||
|
||||
pkgname=redis
|
||||
pkgver=4.0.8
|
||||
|
@ -18,7 +19,7 @@ license=('BSD')
|
|||
depends=('jemalloc' 'grep' 'shadow')
|
||||
backup=('etc/redis.conf'
|
||||
'etc/logrotate.d/redis')
|
||||
source=(https://download.redis.io/releases/redis-$pkgver.tar.gz
|
||||
source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
|
||||
redis.service
|
||||
redis.sysusers
|
||||
redis.tmpfiles
|
||||
|
|
Loading…
Reference in a new issue