summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2021-12-31 01:21:08 +0000
committersomini2021-12-31 01:21:08 +0000
commit45ab20b033798f0d7c2c2bbd8ae6019ce7f6e6dd (patch)
treeabf5f1a644ee410929e94bc1d1bc2af2f9bad7fe /PKGBUILD
parent2dafbb3814117d8ab8d119f07c47470b775550a6 (diff)
downloadaur-45ab20b033798f0d7c2c2bbd8ae6019ce7f6e6dd.tar.gz
Update patch to comply with the latest changes
See: - https://github.com/zedeus/nitter/commit/9eb7532bfa1388c9ea72fc3dcc7e67d615e83222 Thanks, @nyanpasu64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee666c07bb63..04db59d6f3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=nitter
pkgname=nitter-git
pkgver=latest
-pkgrel=13
+pkgrel=14
pkgdesc="Alternative Twitter front-end"
url="https://github.com/zedeus/nitter"
depends=('redis')
@@ -20,7 +20,7 @@ source=("$pkgname::git+$url.git#branch=master"
"nitter.service"
"nitter.install")
sha256sums=('SKIP'
- 'f88c21177ec3a6f44c248b5b16cdf9a446d3945292996a266407e5da8530501d'
+ 'cb5d8f36066389c15da92f4774233e59a18c4d4c3781e273941656c651c1cf91'
'620e38c7bb978a64d276b499d097ec4967fe8bda16852fe0c416ed61744b6526'
'79469c5cfeacf38c7469a2240ba5c19670ddaf757e6d1b5286206a18a0718487'
'560d98833c56979cb6b5d187a827788dbbdff95871f957225604b58b15c1c219'
@@ -37,6 +37,8 @@ pkgver() {
prepare() {
cd "$pkgname"
+ # Move example config file to the final location
+ mv -v nitter.example.conf nitter.conf
# Tweak the configuration file
patch -p1 <"$srcdir/config.patch"
}