summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Rizzitello2020-12-05 10:19:45 -0500
committerChris Rizzitello2020-12-05 10:19:45 -0500
commitd7eb990532355ad1c7adfffa932164f2051780c6 (patch)
tree41debec71f893ae1e0e7131ba64fc9c0d7067fd9
parenta52be33c458a08ff465f6de67b27d8c268a10e20 (diff)
downloadaur-d7eb990532355ad1c7adfffa932164f2051780c6.tar.gz
add doxygen as make depend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d723e20e9e58..0bd0624f80db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libff7tk-git
pkgdesc = Final Fantasy 7 Tool library
- pkgver = Qt5.r146.gdc8b145
+ pkgver = Qt5.r149.g67561f9
pkgrel = 1
url = https://github.com/sithlord48/ff7tk
install = libff7tk-git.install
@@ -12,9 +12,12 @@ pkgbase = libff7tk-git
license = GPL3
makedepends = cmake
makedepends = git
+ makedepends = doxygen
depends = qt5-base
depends = qt5-declarative
depends = zlib
+ provides = libff7tk
+ conflicts = libff7tk
source = git://github.com/sithlord48/ff7tk.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f06e960f6d54..1592d5c387e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Chris Rizzitello <sithlord48@gmail.com>
pkgname=libff7tk-git
-pkgver=Qt5.r146.gdc8b145
+pkgver=Qt5.r149.g67561f9
pkgrel=1
provides=('libff7tk')
conflicts=('libff7tk')
@@ -8,7 +8,7 @@ pkgdesc="Final Fantasy 7 Tool library"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/sithlord48/ff7tk"
license=('GPL3')
-makedepends=('cmake' 'git')
+makedepends=('cmake' 'git' 'doxygen')
depends=('qt5-base' 'qt5-declarative' 'zlib') #Qt5)
#optdepends=('otf-ipafont: font for displaying japanese')
install=$pkgname.install