summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-11-07 14:32:54 +0200
committergardenapple2020-11-07 14:32:54 +0200
commit700d728ee628505a5f2dc5e983148590775b671f (patch)
tree80e74096b482a28a46bad405be5cb3d85e135123
parentbae2378bb400eabba485ef0c1e52bb53e34b6a27 (diff)
downloadaur-700d728ee628505a5f2dc5e983148590775b671f.tar.gz
Move sfml back to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18e2aadc4d5f..b6c086ce5cda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = open-hexagon-git
pkgdesc = Free software clone of Super Hexagon - a music-based arcade game
pkgver = 2.0.preview.r1766.gd4e93de4
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://openhexagon.org/
install = open-hexagon-git.install
@@ -9,9 +9,9 @@ pkgbase = open-hexagon-git
license = custom:AFL-3.0
license = custom
makedepends = git
- makedepends = sfml
makedepends = cmake
makedepends = rsync
+ depends = sfml
provides = open-hexagon
conflicts = open-hexagon
source = git+https://github.com/SuperV1234/SSVOpenHexagon.git
diff --git a/PKGBUILD b/PKGBUILD
index 0c934a83101e..150270bc2db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=open-hexagon-git
pkgver=2.0.preview.r1766.gd4e93de4
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc='Free software clone of Super Hexagon - a music-based arcade game'
url='https://openhexagon.org/'
arch=('any')
license=('custom:AFL-3.0' 'custom')
-makedepends=('git' 'sfml' 'cmake' 'rsync')
+depends=('sfml')
+makedepends=('git' 'cmake' 'rsync')
provides=('open-hexagon')
conflicts=('open-hexagon')
source=('git+https://github.com/SuperV1234/SSVOpenHexagon.git'