summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Carter2016-11-29 21:37:23 +0000
committerMark Carter2016-11-29 21:37:23 +0000
commit565489c9f7fdc6db26973384cd4ec1fd440b4ed4 (patch)
tree9abcd79131317f5e3fe7214d1deda421e872a2e1
parentb85d40683326d7b10593b516ecb3b3430f561465 (diff)
downloadaur-565489c9f7fdc6db26973384cd4ec1fd440b4ed4.tar.gz
Make xbae a mandatory, not optional, dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd366113862e..7b7175a8cd34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neoleo
pkgdesc = Fork of the GNU oleo lightweight spreadsheet
pkgver = 3.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/blippy/neoleo
arch = i686
arch = x86_64
license = GPL
depends = ncurses
- optdepends = xbae
+ depends = xbae
source = https://github.com/blippy/neoleo/releases/download/v3.0.1/neoleo-3.0.1.tar.gz
md5sums = 802229a004de2c4a4b0efea78355f655
diff --git a/PKGBUILD b/PKGBUILD
index 3f7cdd024cf0..10be2c72ef06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Mark Carter <alt.mcarter@gmail.com>
pkgname=neoleo
pkgver=3.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Fork of the GNU oleo lightweight spreadsheet"
arch=('i686' 'x86_64')
url="https://github.com/blippy/neoleo"
license=('GPL')
-depends=('ncurses')
-optdepends=('xbae')
+depends=('ncurses' 'xbae')
source=("https://github.com/blippy/neoleo/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('802229a004de2c4a4b0efea78355f655')