summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2021-01-15 17:56:42 -0500
committerKevin MacMartin2021-01-15 17:56:42 -0500
commit3cf9c1581c5767c58e70cdb96268d39b9bb374b2 (patch)
treee92c7e3018ea8d91f2f23a11512afe70a63f408b /PKGBUILD
parentcb6598c845274121355193b1d988457dda89101e (diff)
downloadaur-3cf9c1581c5767c58e70cdb96268d39b9bb374b2.tar.gz
Depend on wxgtk2 instead of wxgtk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09ef6c9093c0..6c9b1f461a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=treesheets
pkgname=$_pkgname-git
pkgver=r293.524ec28
-pkgrel=1
+pkgrel=2
pkgdesc='The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases'
url='http://treesheets.com'
license=('zlib')
-depends=('wxgtk')
+depends=('wxgtk2')
makedepends=('cmake' 'git')
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')