summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLocutus2018-04-14 00:24:15 +0300
committerLocutus2018-04-14 00:24:15 +0300
commit962e8770fb42ce01006460421371da8db942faa1 (patch)
tree412762da33413a6daa9aa48525d5c6f5e9a7e4e5 /PKGBUILD
parent4a15e06723aba3aec3c03ec64fb7d3098ce118bb (diff)
downloadaur-962e8770fb42ce01006460421371da8db942faa1.tar.gz
Added .SRCINFO file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0f30c7db50c..6866907b1595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Tobias Brunner <tobias@tobru.ch>
+# Maintainer: Locutus <locutus@operamail.com>
+# Contributor: Tobias Brunner <tobias@tobru.ch>
_npmname=cloudron
-_npmver=0.42.0
+_npmver=1.3.1
pkgname=cloudron-cli # All lowercase
-pkgver=0.42.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Cloudron Commandline Tool"
arch=(any)
@@ -13,7 +14,7 @@ depends=('nodejs' 'npm' )
optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(0b7d163f0b1d2577b41ad4b230bd88651796bf74)
+sha1sums=(e74d842ef023a5d0d83a9308fd23b7c2db9298f6)
package() {
cd $srcdir