summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2023-09-23 11:05:21 +0200
committerAntoine Lubineau2023-09-23 11:05:21 +0200
commit4cb28a0ced0dc03320f91a52aa78a05488c67c2e (patch)
tree623ed80e2fee31a6b7cfa245257ef951c79b491c
parentb5d2749707ee4bc1ed371d28e152253d7b010864 (diff)
downloadaur-4cb28a0ced0dc03320f91a52aa78a05488c67c2e.tar.gz
fuc: 1.1.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366347b7b6c3..0bb0da6eb2f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fuc
pkgdesc = Modern, performance focused unix commands
- pkgver = 1.1.7
- pkgrel = 2
+ pkgver = 1.1.8
+ pkgrel = 1
url = https://github.com/SUPERCILEX/fuc
arch = x86_64
license = Apache
- checkdepends = cargo-nightly
+ checkdepends = cargo
makedepends = cargo
depends = gcc-libs
- source = fuc-1.1.7.tar.gz::https://github.com/SUPERCILEX/fuc/archive/refs/tags/1.1.7.tar.gz
- sha256sums = 7f61937d5dfce776ef7dcb86a8a97f6db5701a7a522474b99ce2ae36ad9d6248
+ source = fuc-1.1.8.tar.gz::https://github.com/SUPERCILEX/fuc/archive/refs/tags/1.1.8.tar.gz
+ sha256sums = 8fa22647b9a8939e18884325a0d5640cfe5a88ea33bbb14781a2135b5464f465
pkgname = fuc
diff --git a/PKGBUILD b/PKGBUILD
index 3efb8bc3a528..c3cb11a41858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Antoine Lubineau <antoine@lubignon.info>
pkgname=fuc
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.1.8
+pkgrel=1
pkgdesc="Modern, performance focused unix commands"
arch=('x86_64')
url="https://github.com/SUPERCILEX/fuc"
license=('Apache')
depends=('gcc-libs')
makedepends=('cargo')
-checkdepends=('cargo-nightly')
+checkdepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/SUPERCILEX/fuc/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('7f61937d5dfce776ef7dcb86a8a97f6db5701a7a522474b99ce2ae36ad9d6248')
+sha256sums=('8fa22647b9a8939e18884325a0d5640cfe5a88ea33bbb14781a2135b5464f465')
_commands=('cpz' 'rmz')