summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-08-11 09:23:02 +0300
committerMr.Smith19742023-08-11 09:23:02 +0300
commit2ab754e75a3aa6854d52186256fd55b3d76ce602 (patch)
tree159a670162256c374ec55929565c9ca3d5440c22
parent3e1e3bdbd2dfc49f351ad19c5cb604ed6aafb874 (diff)
downloadaur-valyria-tear-git.tar.gz
Updated build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a60ed073dcc0..4365a2e9b37f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = valyria-tear-git
pkgdesc = An attempt at creating a free (as meant in the Gnu Public License) J-RPG game.
- pkgver = 2909.a716ac3
+ pkgver = 3475.1c882eff
pkgrel = 1
url = http://valyriatear.blogspot.fr
arch = i686
arch = x86_64
license = GPL
+ makedepends = cmake
depends = sdl2_ttf
depends = sdl2_image
depends = openal
@@ -22,4 +23,3 @@ pkgbase = valyria-tear-git
md5sums = 58e22a465857ab39b27827d8cbc4f324
pkgname = valyria-tear-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e1c07be58d51..c0dce872cd9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Yaohan Chen <yaohan.chen@gmail.com>
pkgname=valyria-tear-git
-pkgver=2909.a716ac3
+pkgver=3475.1c882eff
pkgrel=1
pkgdesc="An attempt at creating a free (as meant in the Gnu Public License) J-RPG game."
arch=('i686' 'x86_64')
url="http://valyriatear.blogspot.fr"
license=('GPL')
depends=('sdl2_ttf' 'sdl2_image' 'openal' 'libvorbis' 'glew' 'gettext' 'lua51' 'boost')
+makedepends=('cmake')
conflicts=('valyria-tear')
provides=('valyria-tear')
source=("git+https://github.com/Bertram25/ValyriaTear.git"