[arch-commits] Commit in howl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Dec 5 09:15:57 UTC 2017


    Date: Tuesday, December 5, 2017 @ 09:15:56
  Author: arodseth
Revision: 272220

archrelease: copy trunk to community-x86_64

Added:
  howl/repos/community-x86_64/PKGBUILD
    (from rev 272219, howl/trunk/PKGBUILD)
Deleted:
  howl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-05 09:15:39 UTC (rev 272219)
+++ PKGBUILD	2017-12-05 09:15:56 UTC (rev 272220)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=howl
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64' 'i686')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
-sha256sums=('1e651da48cd54464e1fd70b3cd306417c7c58ba6b3d0f7308be5b230371230d0')
-
-build() {
-  make -C "howl-$pkgver/src"
-}
-
-package() {
-  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "howl-$pkgver/LICENSE.md" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# getver: howl.io
-# vim: ts=2 sw=2 et:

Copied: howl/repos/community-x86_64/PKGBUILD (from rev 272219, howl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-05 09:15:56 UTC (rev 272220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=howl
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
+sha256sums=('7b0055908f57f27b30f20f7baec6302b0ba368ca3f30ccd655bc2258f246cc3e')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "howl-$pkgver/LICENSE.md" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: howl.io
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list