mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fragments to 2.1.1-1
This commit is contained in:
parent
023907ea24
commit
403e01bc3a
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# - disable distcc, breaks meson finding miniupnpc
|
||||
|
||||
pkgname=fragments
|
||||
pkgver=2.1
|
||||
pkgver=2.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='BitTorrent client for GNOME'
|
||||
arch=('x86_64')
|
||||
|
@ -13,7 +13,7 @@ license=('GPL3')
|
|||
options=(!distcc)
|
||||
depends=('libadwaita' 'transmission-cli')
|
||||
makedepends=('git' 'meson' 'rust')
|
||||
_commit=7d94fd0107df498139817842a2b4b22103640c61
|
||||
_commit=dc622bfc78735190e5bbfa47dfd9c5a363ca48fe
|
||||
source=("git+https://gitlab.gnome.org/World/Fragments.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
options=(!lto)
|
||||
|
@ -33,5 +33,5 @@ check() {
|
|||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
meson install -C build --destdir "$pkgdir"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue