summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeltara2023-03-13 23:04:42 -0400
committerDeltara2023-03-13 23:04:42 -0400
commit1b720987d1f7b8268f1ceb5ec3dcc52826acbb00 (patch)
tree5c39f5a5f0162d2fccc85afac2744017fdcfff0c /PKGBUILD
parent2557a372eba44e44f48375e694b5390be528740c (diff)
downloadaur-spwn-bin.tar.gz
Fix mistake in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5a478599527..c28a1f72d62f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Deltara <boided420 at gmail dot com>
pkgname="spwn-bin"
pkgver=0.8
-pkgrel=3
+pkgrel=4
pkgdesc="A language for Geometry Dash triggers."
arch=('x86_64')
url="https://www.github.com/Spu7Nix/SPWN-language"
license=('MIT')
provides=('spwn')
conflicts=('spwn')
-depends('openssl-1.1')
+depends=('openssl-1.1')
source=('https://github.com/Spu7Nix/SPWN-language/releases/download/v0.8-beta/spwn-0.0.8-x86_64.tar.gz')
sha256sums=('36aeeb2e59480be6e2a238e10cc75c67b994a68c0c5e26592f39c0db47eaba34')
install=spwn-bin.install