nitter: i'm stupid
This commit is contained in:
parent
c8f4006b18
commit
e92f2a3a42
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=nitter
|
||||
pkgver=0_git20220721
|
||||
_gitrev=5f31e86e0e8578377fa7d5aeb9631bbb2d35ef1e
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Alternative Twitter front-end "
|
||||
url="https://github.com/zedeus/nitter/"
|
||||
arch="all"
|
||||
|
@ -25,7 +25,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
depends="redis"
|
||||
depends="$depends redis"
|
||||
|
||||
install -Dm755 nitter -t "$pkgdir"/usr/bin
|
||||
install -Dm755 "$srcdir"/nitter.initd "$pkgdir"/etc/init.d/nitter
|
||||
|
|
Reference in a new issue