Date: Thursday, April 29, 2021 @ 22:35:34 Author: bgyorgy Revision: 925293
Minor changes Modified: phototonic/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-29 22:15:41 UTC (rev 925292) +++ PKGBUILD 2021-04-29 22:35:34 UTC (rev 925293) @@ -7,12 +7,12 @@ pkgver=2.1 pkgrel=2 pkgdesc='Image viewer and organizer built with Qt and Exiv2' -arch=(x86_64) +arch=('x86_64') url='https://github.com/oferkv/phototonic/' -license=(GPL3) -depends=(exiv2 hicolor-icon-theme qt5-imageformats qt5-svg) -source=(https://github.com/oferkv/phototonic/archive/v$pkgver/$pkgname-$pkgver.tar.gz - phototonic.appdata.xml) +license=('GPL3') +depends=('exiv2' 'hicolor-icon-theme' 'qt5-imageformats' 'qt5-svg') +source=("https://github.com/oferkv/phototonic/archive/v$pkgver/$pkgname-$pkgver.tar.gz" + 'phototonic.appdata.xml') sha256sums=('a8b2dbc81750efabb65a4732b1704641afd4a4f772ef9c90817871ca2a52f5ef' '42a79f018c2909651c8d65a0008fc94350e72f95ec6c76bd4f6c821d37c17e1b')