summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2020-08-04 14:30:10 +0200
committerMartin 'golodhrim' Scholz2020-08-04 14:30:10 +0200
commit4e8fca25ff2a52e1bf71461006e99880b0cdcf9e (patch)
treedbcf289a32bee0b84aaea3e69ef57e9b86fc3c72 /PKGBUILD
parenta28fad8dd84340dab246652fd288221688c17747 (diff)
downloadaur-4e8fca25ff2a52e1bf71461006e99880b0cdcf9e.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 d05b44821169..8c65720bfe13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ _name=trytond_currency
pkgver=5.6.0
_pkgdir=5.6
pkgrel=1
+pkgbase=$_name
pkgdesc="Tryton module with currencies"
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=('bc7a823eef93c36ff424712fce46d8fafe8c1d0894e393e4db78537a8f1d94b8
-c8d487cdb32474da1485fa6b61e82bdb4819b7722947b78b9f573ab56eb7def4')
+sha256sums=('c8d487cdb32474da1485fa6b61e82bdb4819b7722947b78b9f573ab56eb7def4')
build() {
cd $srcdir/$_name-$pkgver