Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-text-editor


Commits:
f88bab6d by Jan Alexander Steffens (heftig) at 2024-04-11T03:32:34+02:00
46.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = gnome-text-editor
        pkgdesc = A simple text editor for the GNOME desktop
-       pkgver = 46.0
+       pkgver = 46.1
        pkgrel = 1
        url = https://gitlab.gnome.org/GNOME/gnome-text-editor
        arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = gnome-text-editor
        depends = icu
        depends = libadwaita
        depends = pango
-       source = 
git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=5890bf13b3a4dd810b96b086301e856aba523215
-       b2sums = SKIP
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#tag=46.1
+       b2sums = 
bc3546bbf636df14290d272451eea66376e8d028da6ea0c0fb64b2b6fab7cd2ca035ca5642fc44b0a54650c58633eee0c1e78362124be03fb85bb2f9b8c6f0e3
 
 pkgname = gnome-text-editor


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=gnome-text-editor
-pkgver=46.0
+pkgver=46.1
 pkgrel=1
 pkgdesc="A simple text editor for the GNOME desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-text-editor";
@@ -30,14 +30,8 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=5890bf13b3a4dd810b96b086301e856aba523215  # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+$url.git#tag=${pkgver/[a-z]/.&}")
+b2sums=('bc3546bbf636df14290d272451eea66376e8d028da6ea0c0fb64b2b6fab7cd2ca035ca5642fc44b0a54650c58633eee0c1e78362124be03fb85bb2f9b8c6f0e3')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/f88bab6dce43b2e1380eb0d53c263df5c489570e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/f88bab6dce43b2e1380eb0d53c263df5c489570e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to