summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornano132017-12-07 15:33:54 +0100
committernano132017-12-07 15:33:54 +0100
commit3c97f13ea48ef634f3d8b958d3311cc8bcd66ef2 (patch)
tree8e84c378b80917c650aaaf370c9eb75cb897e4c5
parentd5448f3f938478e492328f2c2cfd0b89fadd3339 (diff)
downloadaur-3c97f13ea48ef634f3d8b958d3311cc8bcd66ef2.tar.gz
adding tambi-cpp.sh
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 816b5426f0eb..4f8d0a5cb65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,9 @@ url='https://github.com/nano13/tambi.git'
makedepends=('git' 'python-setuptools')
depends=('pythonqt' 'python3' 'python-pyqt5' 'qt5-charts' 'python-pyqtchart' 'python-pysword' 'python-markdown' 'python-gpsd-git' 'python-geopy' 'python-srtm-git' 'python-pillow')
source=(${_pkgname}::git+https://github.com/nano13/tambi.git
- $_pkgname.sh)
-sha256sums=('SKIP' 'SKIP')
+ $_pkgname.sh
+ $_pkgname-cpp.sh)
+sha256sums=('SKIP' 'SKIP' 'SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"