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

Jan Steffens heftig at archlinux.org
Wed Dec 23 00:40:07 UTC 2020


    Date: Wednesday, December 23, 2020 @ 00:40:06
  Author: heftig
Revision: 404869

3.38.2-1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 00:39:39 UTC (rev 404868)
+++ PKGBUILD	2020-12-23 00:40:06 UTC (rev 404869)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=orca
-pkgver=3.38.1
+pkgver=3.38.2
 pkgrel=1
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
 url="https://wiki.gnome.org/Projects/Orca"
@@ -16,7 +16,7 @@
 )
 makedepends=(itstool intltool git yelp-tools)
 groups=(gnome)
-_commit=01cbb93239ed308a79065950eee2f916a477c2ce  # tags/ORCA_3_38_1^0
+_commit=4e88bf1b002e3268483d74198cd18a6eb71d46b8  # gnome-3-38~1
 source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,6 +27,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Fixup missing tag
+  git tag -f ORCA_3_38_2 4e88bf1b002e3268483d74198cd18a6eb71d46b8
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list