summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4b7bc8746f4..e3ac80b288e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Strahinya Radich <contact@strahinja.org>
pkgname=slweb
pkgver=v0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Simple static website generator"
arch=('x86_64')
url="https://strahinja.srht.site/slweb"
license=('GPL3')
-depends=('gcc' 'gzip')
+makedepends=('gzip')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~strahinja/slweb/archive/$pkgver.tar.gz")
md5sums=('619be0b9752bf4844049270350b42bbe')