summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Szczuczko2020-06-30 15:40:55 -0600
committerAlex Szczuczko2020-06-30 15:40:55 -0600
commit9c4fc776928f6c3f535ab1f8d6417720764ad7d7 (patch)
tree4402ea273353be289206d97570ebb16d89b39720 /PKGBUILD
parentbaac64afafdccdff7368b2370e3e69126e725fee (diff)
downloadaur-9c4fc776928f6c3f535ab1f8d6417720764ad7d7.tar.gz
Update to source version 2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1727388c3a9a..1f8d051877be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alex Szczuczko <alex@szc.ca>
pkgname=tungsten
-pkgver=1.3
+pkgver=2.0
pkgrel=1
pkgdesc="A WolframAlpha CLI"
arch=('any')
url="https://github.com/ASzc/$pkgname"
license=('GPL3')
-depends=('curl' 'xmlstarlet' 'bash')
+depends=('curl' 'jq' 'bash')
source=("https://raw.githubusercontent.com/ASzc/tungsten/release-$pkgver/tungsten.sh")
-sha256sums=("4bc7ad956023bac8e71492becd889ee1682653044107a4a8b65ca11e4c021b9a")
+sha256sums=("d3badabce4fa60edd6725d5d4087e034c1160cbdcda7b939ca8bc5ba5a0571d7")
package() {
cd "$srcdir"