summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYTG1232021-05-13 16:53:54 +0300
committerYTG1232021-05-13 16:53:54 +0300
commit86474b1062c29e694e0ed180fb7daf8acb2483e0 (patch)
treebd39c8e9ee53ae3bc4bc2ce2eb3a741c5e0d760d /PKGBUILD
parenta5191f6b871726b5775e933a8c09e5d989d4813b (diff)
downloadaur-fabricversions.tar.gz
Static linking no longer works.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d530607fb900..ed38ddb996d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: YTG123 <54103478+YTG1234@users.noreply.github.com>
pkgname=fabricversions
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="Fetch FabricMC versions"
arch=("x86_64")
url=https://github.com/YTG1234/fabricversions
license=('GPL3')
-depends=('curl' 'libxml2' 'gcc-libs')
-makedepends=('swift-language' 'git' 'libedit')
+depends=('curl' 'libxml2' 'gcc-libs' 'swift-language')
+makedepends=('git' 'libedit')
options=('zipman')
changelog=CHANGELOG
source=("git+https://github.com/YTG1234/$pkgname?signed#tag=v$pkgver")