summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2020-08-04 14:30:26 +0200
committerMartin 'golodhrim' Scholz2020-08-04 14:30:26 +0200
commit25ea384d050a983f5165fe8fb960680d54979f99 (patch)
tree5efd84edc4b14d480f9b92bdf5593e647dfbec12 /PKGBUILD
parent8fdd31d53557659af20dce6f770e9e7ea9326f64 (diff)
downloadaur-25ea384d050a983f5165fe8fb960680d54979f99.tar.gz
adding for trytond
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b78064d86e3e..d83e2204cde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ _name=trytond_dashboard
pkgver=5.6.0
_pkgdir=5.6
pkgrel=1
+pkgbase=$_name
pkgdesc="Tryton module for dashboard"
arch=('any')
url="http://www.tryton.org/"
@@ -11,8 +12,7 @@ license=('GPL3')
depends=('python>=3.5')
makedepends=('python-distribute')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('bb1f895ef6bb464f7a1bd3983a2f2d16bad9aaf9ec8c89936d5922e1b3c4cc4e
-1bf217ddc47013ad9a8089b4a967d3723de9497edd0b8cf7e5369d1db85ea4ce')
+sha256sums=('1bf217ddc47013ad9a8089b4a967d3723de9497edd0b8cf7e5369d1db85ea4ce')
build() {
cd $srcdir/$_name-$pkgver