summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorROllerozxa2022-08-10 22:06:58 +0200
committerROllerozxa2022-08-10 22:06:58 +0200
commitb37555d501073b6c669d5a0a13dcafdceb232144 (patch)
tree5719d42c2b46b88f5aba03383d698e4684a41f99
parent60023d47c36f6f28b0c934763982bd376753e236 (diff)
downloadaur-b37555d501073b6c669d5a0a13dcafdceb232144.tar.gz
Add curl to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e277acd1c4c..12aa67138345 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = principia-git
pkgdesc = Physics-based sandbox building game.
- pkgver = r27.b5f86f0
+ pkgver = r38.d173754
pkgrel = 1
url = https://github.com/Bithack/principia/
arch = x86_64
arch = i686
license = bsd-3
depends = gtk2
+ depends = curl
source = git+https://github.com/Bithack/principia
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 55fb7ce08335..d8ad4e815930 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: ROllerozxa <rollerozxa@voxelmanip.se>
pkgname=principia-git
-pkgver=r27.b5f86f0
+pkgver=r38.d173754
pkgrel=1
pkgdesc="Physics-based sandbox building game."
url='https://github.com/Bithack/principia/'
arch=('x86_64' 'i686')
license=('bsd-3')
-depends=('gtk2')
+depends=('gtk2' 'curl')
makedepends=()
source=('git+https://github.com/Bithack/principia')
sha256sums=(SKIP)