mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/fragments to 3.0.0-1
This commit is contained in:
parent
e0d0f0e9a3
commit
49a84b5e19
2 changed files with 20 additions and 9 deletions
17
extra/fragments/.SRCINFO
Normal file
17
extra/fragments/.SRCINFO
Normal file
|
@ -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
|
|
@ -4,7 +4,7 @@
|
|||
# - disable distcc, breaks meson finding miniupnpc
|
||||
|
||||
pkgname=fragments
|
||||
pkgver=2.1.1
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='BitTorrent client for GNOME'
|
||||
arch=('x86_64')
|
||||
|
@ -13,16 +13,10 @@ license=('GPL3')
|
|||
options=(!distcc)
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue