[arch-commits] Commit in tt-rss/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Sat Jan 22 18:41:46 UTC 2022


    Date: Saturday, January 22, 2022 @ 18:41:45
  Author: anatolik
Revision: 1113473

upgpkg: tt-rss 2:r11216.56fd06d61-1: FS#73451: re-apply upstream patch for php 8.1

Modified:
  tt-rss/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-22 18:28:53 UTC (rev 1113472)
+++ PKGBUILD	2022-01-22 18:41:45 UTC (rev 1113473)
@@ -5,7 +5,7 @@
 # Contributor: Erik Mank <erik at braindisorder.org>
 
 pkgname=tt-rss
-pkgver=r11198.7aeaa1b03
+pkgver=r11216.56fd06d61
 pkgrel=1
 epoch=2
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
@@ -19,11 +19,13 @@
             'postgresql'
             'php-gd: for coloured feed badges')
 makedepends=('git')
-_commit=7aeaa1b039b269c75e543045dcf8c077b3aa258d
+_commit=56fd06d611d7bd4896f886f3e20ac778f47771cb
 # periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10&t=3262
 source=(git+https://git.tt-rss.org/fox/tt-rss.git#commit=$_commit
-        tt-rss.service)
+       php81.patch::https://git.tt-rss.org/fox/tt-rss/commit/a201e10ee024f03fb6aad0ec1069cc4da72a9ac5.patch
+       tt-rss.service)
 sha1sums=('SKIP'
+          'cd44113bcb2efeccde3c2ae1e8272900f95bc96c'
           'd764e22065f8e0104b4f1d5dcf41cce01cd7bec5')
 
 pkgver() {
@@ -31,6 +33,11 @@
   printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 }
 
+prepare() {
+  cd tt-rss
+  patch -p1 -R < ../php81.patch # https://bugs.archlinux.org/task/73451
+}
+
 package() {
   cd tt-rss
   _instdir="$pkgdir"/usr/share/webapps/$pkgname



More information about the arch-commits mailing list