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

Anatol Pomozov anatolik at archlinux.org
Tue Mar 3 04:45:43 UTC 2020


    Date: Tuesday, March 3, 2020 @ 04:45:43
  Author: anatolik
Revision: 589330

upgpkg: tt-rss 2:r9844.8ad523fce-1

Upstream changed versioning schema again. They removed the tag we used as a
version anchor. Now we return back to r$COUNT versioning and thus bump epoch.

Modified:
  tt-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-03 00:34:53 UTC (rev 589329)
+++ PKGBUILD	2020-03-03 04:45:43 UTC (rev 589330)
@@ -5,9 +5,9 @@
 # Contributor: Erik Mank <erik at braindisorder.org>
 
 pkgname=tt-rss
-pkgver=19.8.r50.g4e05008aa
+pkgver=r9844.8ad523fce
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=(any)
 url='https://tt-rss.org'
@@ -19,7 +19,7 @@
             'postgresql'
             'php-gd: for coloured feed badges')
 makedepends=('git')
-_commit=4e05008aaca008af231eaebfe88abaf058da209a
+_commit=8ad523fcec9da825d99e07fc23630bc6aeb1c0fc
 # 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
         service)
@@ -28,7 +28,7 @@
 
 pkgver() {
   cd tt-rss
-  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 }
 
 package() {



More information about the arch-commits mailing list