[arch-commits] Commit in matrix-appservice-irc/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Fri Jun 7 12:20:23 UTC 2019


    Date: Friday, June 7, 2019 @ 12:20:23
  Author: archange
Revision: 478166

upgpkg: matrix-appservice-irc 0.12.0-1

Modified:
  matrix-appservice-irc/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-07 12:00:11 UTC (rev 478165)
+++ PKGBUILD	2019-06-07 12:20:23 UTC (rev 478166)
@@ -1,17 +1,17 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname='matrix-appservice-irc'
-pkgver=0.11.2
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Node.js IRC bridge for Matrix"
-arch=('any')
+arch=(any)
 url="https://github.com/matrix-org/matrix-appservice-irc"
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm' 'git')
+license=(Apache)
+depends=(nodejs)
+makedepends=(npm git)
 optdepends=('python: for maintenance scripts')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('9d1f56254c5903cb2bd55c9564b8eaed4415f00377527b00184cb148fbb136c9')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('6ef8cb681350c899034f5c36cc6b7342dfe11fb9b15d7eac5512ae1619e0a471')
 
 package() {
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list