summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHong Shick Pak2024-05-05 19:40:18 -0700
committerHong Shick Pak2024-05-05 19:40:18 -0700
commit8cf710427b5907f0786dfccd89fa14c302d3895f (patch)
tree83fc38ac153a280373113ae5b9169c2bf9f62962 /PKGBUILD
parent104f902e56bc85366ffa6ffb3cbd4cea951d84d1 (diff)
downloadaur-8cf710427b5907f0786dfccd89fa14c302d3895f.tar.gz
remove curl from deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dbb70372df3..c06d22c429d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=zur-git
pkgver=0.6.1+15+g7130d1a
-pkgrel=1
+pkgrel=2
pkgdesc="An AUR helper written in Zig"
arch=("x86_64")
url="https://github.com/hspak/zur"
license=("MIT")
-depends=("pacman" "curl")
+depends=("pacman")
makedepends=("zig" "git")
provides=("$pkgname")
conflicts=("$pkgname")