extra/fragments to 3.0.1-1

This commit is contained in:
Kevin Mihelich 2024-06-09 01:15:43 +00:00
parent 50895f6492
commit 90910596f6
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = fragments
pkgdesc = BitTorrent client for GNOME
pkgver = 3.0.0
pkgver = 3.0.1
pkgrel = 1
url = https://gitlab.gnome.org/World/Fragments
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = fragments
depends = libadwaita
depends = transmission-cli
options = !lto
source = git+https://gitlab.gnome.org/World/Fragments.git#tag=3.0.0
sha256sums = 07d5b4c614efd87dcaf6752ec6ba3595e660a99311e8245d445b222b90bc67c7
source = git+https://gitlab.gnome.org/World/Fragments.git#tag=3.0.1
sha256sums = 5f11d5481b08de3ecb364c24095dd167843f8acc649bc539692ed08d96f20113
pkgname = fragments

View file

@ -4,7 +4,7 @@
# - disable distcc, breaks meson finding miniupnpc
pkgname=fragments
pkgver=3.0.0
pkgver=3.0.1
pkgrel=1
pkgdesc='BitTorrent client for GNOME'
arch=('x86_64')
@ -14,7 +14,7 @@ options=(!distcc)
depends=('libadwaita' 'transmission-cli')
makedepends=('git' 'meson' 'rust')
source=("git+https://gitlab.gnome.org/World/Fragments.git#tag=$pkgver")
sha256sums=('07d5b4c614efd87dcaf6752ec6ba3595e660a99311e8245d445b222b90bc67c7')
sha256sums=('5f11d5481b08de3ecb364c24095dd167843f8acc649bc539692ed08d96f20113')
options=(!lto)
build() {