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

Anatol Pomozov anatolik at gemini.archlinux.org
Mon Jan 24 18:55:21 UTC 2022


    Date: Monday, January 24, 2022 @ 18:55:21
  Author: anatolik
Revision: 1114865

More PHP 8.1 patches

Revert https://git.tt-rss.org/fox/tt-rss/commit/aaebe55456b34b878b7bcccef021af7f2c8d3a75

Modified:
  tt-rss/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-24 18:43:22 UTC (rev 1114864)
+++ PKGBUILD	2022-01-24 18:55:21 UTC (rev 1114865)
@@ -6,7 +6,7 @@
 
 pkgname=tt-rss
 pkgver=r11216.56fd06d61
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=(any)
@@ -22,10 +22,8 @@
 _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
-       php81.patch::https://git.tt-rss.org/fox/tt-rss/commit/a201e10ee024f03fb6aad0ec1069cc4da72a9ac5.patch
        tt-rss.service)
 sha1sums=('SKIP'
-          'cd44113bcb2efeccde3c2ae1e8272900f95bc96c'
           'd764e22065f8e0104b4f1d5dcf41cce01cd7bec5')
 
 pkgver() {
@@ -35,7 +33,10 @@
 
 prepare() {
   cd tt-rss
-  patch -p1 -R < ../php81.patch # https://bugs.archlinux.org/task/73451
+
+  # https://bugs.archlinux.org/task/73451
+  git revert -n a201e10ee024f03fb6aad0ec1069cc4da72a9ac5
+  git revert -n aaebe55456b34b878b7bcccef021af7f2c8d3a75
 }
 
 package() {



More information about the arch-commits mailing list