mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 0.3.0
This commit is contained in:
parent
a4e9cf6bc8
commit
0c29d233e6
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = flux
|
||||
pkgdesc = Search, monitor, and nuke processes with ease, with system resource tracking
|
||||
pkgver = 0.2.0
|
||||
pkgver = 0.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/VG-dev1/flux
|
||||
arch = any
|
||||
|
|
@ -9,7 +9,7 @@ pkgbase = flux
|
|||
depends = glibc
|
||||
depends = gcc-libs
|
||||
provides = flux
|
||||
source = flux-0.2.0.tar.gz::https://github.com/VG-dev1/flux/archive/refs/tags/v0.2.0.tar.gz
|
||||
sha256sums = ca01a86c8f0563320162343686f90a8283e284924fbb5ca35fd56188b9a80e0e
|
||||
source = flux-0.3.0.tar.gz::https://github.com/VG-dev1/flux/archive/refs/tags/v0.3.0.tar.gz
|
||||
sha256sums = 0c052f4a96c3438df65f4e8178276ffc08a80cad95c2eb55625b95ed9a65ad5e
|
||||
|
||||
pkgname = flux
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_cratesio_package='flux-cli'
|
||||
|
||||
pkgname="${_cratesio_package%%-cli}"
|
||||
pkgver=0.2.0
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Search, monitor, and nuke processes with ease, with system resource tracking"
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ makedepends=('rust')
|
|||
|
||||
# source=("${pkgname}-${pkgver}.crate::https://crates.io/api/v1/crates/${_cratesio_package}/${pkgver}/download")
|
||||
source=("${pkgname}-${pkgver}.tar.gz::${_url_github}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('ca01a86c8f0563320162343686f90a8283e284924fbb5ca35fd56188b9a80e0e')
|
||||
sha256sums=('0c052f4a96c3438df65f4e8178276ffc08a80cad95c2eb55625b95ed9a65ad5e')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver} || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue