summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprintfn2020-09-29 19:11:19 +1300
committerprintfn2020-09-29 19:11:19 +1300
commitae429cec0ab0a7baeaae08d431b4ab0dccd5b86c (patch)
tree394a3365436d1167cd89704ffbb52fb6e379170f
parentbe2240f5d16a905dbbf38b94423a2b98002e23aa (diff)
downloadaur-ae429cec0ab0a7baeaae08d431b4ab0dccd5b86c.tar.gz
Allow builds with rustup
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f388488c589..1b307471c5b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,8 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
# Maintainer: printfn <printfn@users.noreply.github.com>
+
pkgname=fend
pkgver=0.1.4
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Arbitrary-precision unit-aware calculator"
arch=('x86_64')
@@ -14,7 +10,7 @@ url="https://github.com/printfn/fend-rs"
license=('GPL3' 'custom:MIT')
groups=()
depends=('gcc-libs')
-makedepends=('rust>=1.46.0')
+makedepends=('rust')
checkdepends=()
optdepends=()
provides=()