diff options
author | gardenapple | 2020-11-07 14:32:54 +0200 |
---|---|---|
committer | gardenapple | 2020-11-07 14:32:54 +0200 |
commit | 700d728ee628505a5f2dc5e983148590775b671f (patch) | |
tree | 80e74096b482a28a46bad405be5cb3d85e135123 | |
parent | bae2378bb400eabba485ef0c1e52bb53e34b6a27 (diff) | |
download | aur-700d728ee628505a5f2dc5e983148590775b671f.tar.gz |
Move sfml back to depends
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 4 deletions
@@ -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 @@ -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' |