Date: Thursday, February 21, 2019 @ 11:01:10 Author: arodseth Revision: 434957
upgpkg: howl 0.5.3-2 Modified: howl/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-21 11:00:42 UTC (rev 434956) +++ PKGBUILD 2019-02-21 11:01:10 UTC (rev 434957) @@ -1,25 +1,25 @@ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Stefan Husmann <[email protected]> pkgname=howl pkgver=0.5.3 -pkgrel=1 +pkgrel=2 pkgdesc='General purpose, light-weight customizable editor' -arch=('x86_64') -url='http://howl.io/' -license=('MIT') -depends=('gtk3' 'desktop-file-utils') +arch=(x86_64) +url='https://howl.io/' +license=(MIT) +depends=(desktop-file-utils gtk3) source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz") sha256sums=('7b0055908f57f27b30f20f7baec6302b0ba368ca3f30ccd655bc2258f246cc3e') build() { - make -C "howl-$pkgver/src" + make -C howl-$pkgver/src } package() { - make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install - install -Dm644 "howl-$pkgver/LICENSE.md" \ + make -C howl-$pkgver/src PREFIX=/usr DESTDIR="$pkgdir" install + install -Dm644 howl-$pkgver/LICENSE.md \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md" }
