summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiří Prokop2018-02-24 22:16:16 +0100
committerJiří Prokop2018-02-24 22:16:16 +0100
commit61c5d29a97e75aad367438d5ef6662c4200831ed (patch)
tree5f0824df00f5a5bc2b073ab52bd5fa9314b3fada /PKGBUILD
parent793202cbfccef5b7b859a7ec8c46021f2c19224d (diff)
downloadaur-61c5d29a97e75aad367438d5ef6662c4200831ed.tar.gz
Update to v0.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004ccdb07cb2..90e749a85e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Jiří Prokop <jprokop@synaptiko.cz>
pkgname=chromium-runner
-pkgver=0.0.1
+pkgver=0.1.0
pkgrel=1
pkgdesc="Run a Chromium profile or application"
arch=(any)
url="https://github.com/synaptiko/chromium-runner"
license=('BSD')
depends=('chromium' 'fzf' 'nodejs' 'npm')
-provides=('chromium-runner')
-source=('https://github.com/synaptiko/chromium-runner/archive/v0.0.1.tar.gz')
-sha256sums=('5e4bbfaf40b06380c06e176c781e29a04f9756821d74f97d9bf990bdc8c25154')
+provides=('chromium-runner' 'chromium-runner-rofi')
+source=("https://github.com/synaptiko/chromium-runner/archive/v${pkgver}.tar.gz")
+sha256sums=('eff74856154ad87e761268801b0479670e68fb2d43a1fc497783d659bedafd73')
package() {
cd "$srcdir/$pkgname-$pkgver"