Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
fragments


Commits:
ab29e59b by Antonio Rojas at 2024-04-27T19:31:40+02:00
upgpkg: 3.0.0-1: Update to 3.0.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = fragments
+       pkgdesc = BitTorrent client for GNOME
+       pkgver = 3.0.0
+       pkgrel = 1
+       url = https://gitlab.gnome.org/World/Fragments
+       arch = x86_64
+       license = GPL3
+       makedepends = git
+       makedepends = meson
+       makedepends = rust
+       depends = libadwaita
+       depends = transmission-cli
+       options = !lto
+       source = git+https://gitlab.gnome.org/World/Fragments.git#tag=3.0.0
+       sha256sums = 
07d5b4c614efd87dcaf6752ec6ba3595e660a99311e8245d445b222b90bc67c7
+
+pkgname = fragments


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=fragments
-pkgver=2.1.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='BitTorrent client for GNOME'
 arch=('x86_64')
@@ -9,16 +9,10 @@ url='https://gitlab.gnome.org/World/Fragments'
 license=('GPL3')
 depends=('libadwaita' 'transmission-cli')
 makedepends=('git' 'meson' 'rust')
-_commit=dc622bfc78735190e5bbfa47dfd9c5a363ca48fe
-source=("git+https://gitlab.gnome.org/World/Fragments.git#commit=$_commit";)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/World/Fragments.git#tag=$pkgver";)
+sha256sums=('07d5b4c614efd87dcaf6752ec6ba3595e660a99311e8245d445b222b90bc67c7')
 options=(!lto)
 
-pkgver() {
-  cd Fragments
-  git describe --tags | sed 's/-/+/g'
-}
-
 build() {
   arch-meson Fragments build
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fragments/-/commit/ab29e59b61fbc0aa8bb47fbdd5ac0145e08e2d2d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fragments/-/commit/ab29e59b61fbc0aa8bb47fbdd5ac0145e08e2d2d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to