summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew Ferguson2022-04-05 13:57:56 +0200
committerDrew Ferguson2022-04-05 13:57:56 +0200
commit6d7622c4339acd1904cce468b63094cf19edefd5 (patch)
treeefac24c9ff6a143d8bc6b4ff670a31e2b2073c5f
parentc6e64cfa55ca6aea1f27aba9538981a3d70f3719 (diff)
downloadaur-6d7622c4339acd1904cce468b63094cf19edefd5.tar.gz
subversion required for build
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18d45cf1c004..7f97f1be65ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = scidb-svn
pkgdesc = Scidb is a Chess Information Data Base; includes 2 engines, imports from Chess Base files
pkgver = 1.0.beta.r1531
- pkgrel = 5
+ pkgrel = 6
url = https://scidb.sourceforge.net/
install = scidb-svn.install
arch = x86_64
arch = i686
license = GPL2
makedepends = patch
+ makedepends = subversion
depends = tk
depends = shared-mime-info
depends = libsm
diff --git a/PKGBUILD b/PKGBUILD
index 04682c6eec97..9c9ae3cf1346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Original submitter q9 <qqqqqqqqq9 at web dot de>
pkgname=scidb-svn
pkgver=1.0.beta.r1531
-pkgrel=5
+pkgrel=6
# epoch=2
pkgdesc="Scidb is a Chess Information Data Base; includes 2 engines, imports from Chess Base files"
arch=('x86_64' 'i686')
@@ -26,6 +26,7 @@ depends=('tk'
makedepends=(
# needed for build purposes
'patch'
+ 'subversion'
)
conflicts=('scidb')
#options=('!buildflags' '!makeflags' '!debug' )