summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpryoscode2021-08-20 02:39:09 +0000
committerpryoscode2021-08-20 02:39:09 +0000
commitb7a58286409ac38909ef55140d3bfbc436138d5b (patch)
tree288e511bfdc7beab07de587b2b8b5fb0f30d4d5f /PKGBUILD
parentd4f2fdb50428a5dc7bca37479e0c1ebc05c8f152 (diff)
downloadaur-b7a58286409ac38909ef55140d3bfbc436138d5b.tar.gz
v0.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a8073e1617f..1514e4b36344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,16 @@
# Maintainer: PryosCode <info@pryoscode.net>
pkgname="toru"
-pkgver="0.1.1"
+pkgver="0.1.2"
pkgrel="1"
pkgdesc="Pacman wrapper with AUR support."
arch=("x86_64")
url="https://github.com/PryosCode/toru"
license=("Apache-2.0")
depends=(
+ "sudo"
+ "pacman"
+ "git"
+
"autoconf"
"automake"
"binutils"
@@ -24,18 +28,13 @@ depends=(
"libtool"
"m4"
"make"
- "pacman"
"patch"
"pkgconfig"
"sed"
- "sudo"
"texinfo"
"which"
- "git"
-)
-makedepends=(
- "cargo"
)
+makedepends=("cargo")
source=("https://github.com/PryosCode/toru/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=("SKIP")