Skip to content

Commit

Permalink
upgpkg: rapydscript-ng-git 0.7.18.r22.g5eea7d1-1
Browse files Browse the repository at this point in the history
add PGP signature
  • Loading branch information
eli-schwartz committed Aug 2, 2018
1 parent add4f69 commit 85a9152
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions rapydscript-ng-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = rapydscript-ng-git
pkgdesc = Pythonic JavaScript that doesn't suck
pkgver = 0.7.18.r14.g4d50bb1
pkgrel = 2
pkgver = 0.7.18.r22.g5eea7d1
pkgrel = 1
url = https://github.com/kovidgoyal/rapydscript-ng
arch = any
license = BSD
Expand All @@ -10,7 +10,8 @@ pkgbase = rapydscript-ng-git
depends = nodejs
provides = rapydscript-ng
conflicts = rapydscript-ng
source = git+https://github.com/kovidgoyal/rapydscript-ng.git
source = git+https://github.com/kovidgoyal/rapydscript-ng.git?signed
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
sha256sums = SKIP

pkgname = rapydscript-ng-git
Expand Down
7 changes: 4 additions & 3 deletions rapydscript-ng-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Eli Schwartz <eschwartz@archlinux.org>

pkgname=rapydscript-ng-git
pkgver=0.7.18.r14.g4d50bb1
pkgrel=2
pkgver=0.7.18.r22.g5eea7d1
pkgrel=1
pkgdesc="Pythonic JavaScript that doesn't suck"
arch=('any')
url="https://github.com/kovidgoyal/${pkgname%-git}"
Expand All @@ -11,8 +11,9 @@ depends=('nodejs')
makedepends=('git' 'npm')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+${url}.git")
source=("git+${url}.git?signed")
sha256sums=('SKIP')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <kovid@kovidgoyal.net>

pkgver()
{
Expand Down

0 comments on commit 85a9152

Please sign in to comment.