Date: Saturday, June 5, 2021 @ 16:41:00 Author: bgyorgy Revision: 956125
Minor changes Modified: symphytum/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-05 16:23:24 UTC (rev 956124) +++ PKGBUILD 2021-06-05 16:41:00 UTC (rev 956125) @@ -5,14 +5,14 @@ pkgname=symphytum pkgver=2.6 pkgrel=2 -pkgdesc="Personal database software for everyone who desires to manage and organize data in an easy and intuitive way" -arch=(x86_64) -url="https://github.com/giowck/symphytum" -license=(BSD) -depends=(hicolor-icon-theme qt5-svg) +pkgdesc='Personal database software for everyone who desires to manage and organize data in an easy and intuitive way' +arch=('x86_64') +url='https://github.com/giowck/symphytum' +license=('BSD') +depends=('hicolor-icon-theme' 'qt5-svg') optdepends=('python-dropbox: sync with Dropbox') -source=(https://github.com/giowck/symphytum/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz - symphytum.appdata.xml) +source=("https://github.com/giowck/symphytum/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz" + 'symphytum.appdata.xml') sha256sums=('6b04868b5b0f34e8a1d6a20f1dd41aae62e819a8c7540ac83a11ba4dcea5e8a1' '3f7049c62862ffb4a2672c36f125bca491753da67cf1e7da1a8651815308e180')
