summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics2018-06-29 13:36:46 +0200
committerfelics2018-06-29 13:36:46 +0200
commit6c823ed61bfcad56fc7ef5c114683449c27e9355 (patch)
tree2fa1a2f88bae648151d90fe5b136792d6b8de0ed
parentd70e4985ef515e59ab89554349110c291c9c7752 (diff)
downloadaur-6c823ed61bfcad56fc7ef5c114683449c27e9355.tar.gz
Added ncursesw-dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 227c7c8c1c92..543221594fb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tapecalc
pkgdesc = Fixed-point calculator as a fullscreen editor. You may edit at any position in the expression list. Supports basic arithmetic, interest and sales tax computation. Designed for use as a checkbook or expense-account balancing tool. Formerly known as 'add'.
pkgver = t20180401
- pkgrel = 1
+ pkgrel = 2
url = http://invisible-island.net/add/add.html
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = tapecalc
arch = arm64
license = custom: free software
depends = ncurses
+ depends = libncursesw.so
options = emptydirs
options = strip
source = ftp://ftp.invisible-island.net/add/add.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 688b76daf1b3..409496ff9a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
#!/bin/bash
+# Maintainer: dreieck
+
_pkgname=tapecalc
pkgname="${_pkgname}"
pkgver=t20180401
-pkgrel=1
+pkgrel=2
pkgdesc="Fixed-point calculator as a fullscreen editor. You may edit at any position in the expression list. Supports basic arithmetic, interest and sales tax computation. Designed for use as a checkbook or expense-account balancing tool. Formerly known as 'add'."
url="http://invisible-island.net/add/add.html"
@@ -18,6 +20,7 @@ arch=(
depends=(
'ncurses'
+ 'libncursesw.so'
)
makedepends=()
optdepends=()