Correct Node.js version

Update URLs
Remove gtk-update-icon-cache
master
willemw12 2019-05-02 19:04:04 +02:00
parent 78976f7635
commit 384815b03b
2 changed files with 11 additions and 10 deletions

View File

@ -1,8 +1,8 @@
pkgbase = cpod-git
pkgdesc = A simple, beautiful podcast app
pkgver = 1.27.0.r42.g98c1a1b
pkgver = 1.27.1.r6.g2f4e7e3
pkgrel = 1
url = https://github.com/z-------------/cumulonimbus
url = https://github.com/z-------------/CPod
arch = x86_64
license = Apache
makedepends = git
@ -11,11 +11,10 @@ pkgbase = cpod-git
makedepends = python2
makedepends = yarn
depends = gconf
depends = gtk-update-icon-cache
provides = cpod
conflicts = cpod
replaces = cumulonimbus
source = cpod-git::git+https://github.com/z-------------/cumulonimbus.git
source = cpod-git::git+https://github.com/z-------------/CPod.git
sha256sums = SKIP
pkgname = cpod-git

View File

@ -2,22 +2,24 @@
_pkgname=cpod
pkgname=$_pkgname-git
pkgver=1.27.0.r42.g98c1a1b
pkgver=1.27.1.r6.g2f4e7e3
pkgrel=1
pkgdesc="A simple, beautiful podcast app"
arch=('x86_64')
url="https://github.com/z-------------/cumulonimbus"
url="https://github.com/z-------------/CPod"
license=('Apache')
depends=('gconf' 'gtk-update-icon-cache')
depends=('gconf')
makedepends=('git' 'gulp' 'nvm' 'python2' 'yarn')
provides=($_pkgname)
conflicts=($_pkgname)
replaces=('cumulonimbus')
source=($pkgname::git+https://github.com/z-------------/cumulonimbus.git)
source=($pkgname::git+https://github.com/z-------------/CPod.git)
sha256sums=('SKIP')
# Latest of a supported major version
_nodejsver=9.11.2
# For the Node.js version used by CPod, see: .travis.yml (dist: and node_js:)
# For a list of all Node.js versions, run: source /usr/share/nvm/init-nvm.sh ; nvm ls-remote
#_nodejsver=0.10.25
_nodejsver=8.16.0
pkgver() {
cd $pkgname