summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlague Doctor2019-07-15 07:53:58 +1000
committerPlague Doctor2019-07-15 07:53:58 +1000
commit537dfb559128afe24dda4d932658c01661b4e0ac (patch)
tree63d59a24cdffcfcbf307550e12856faf2a8103d8
parentca4ec5dbcd9ecf393b51519f801cf80f2b1a1a08 (diff)
downloadaur-537dfb559128afe24dda4d932658c01661b4e0ac.tar.gz
Fix the version version 1.36.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b82aa6e3100..26ee2be997a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
pkgver = 1.36.1
- pkgrel = 3
+ pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
license = MIT
@@ -20,9 +20,9 @@ pkgbase = vscodium-bin
optdepends = gvfs: For move to trash functionality
optdepends = libdbusmenu-glib: For KDE global menu
provides = code
- noextract = vscodium-bin-1.36.1-3.tar.gz
+ noextract = vscodium-bin-1.36.1-1.tar.gz
source = vscodium-bin.desktop
- source = vscodium-bin-1.36.1-3.tar.gz::https://github.com/VSCodium/vscodium/releases/download/1.36.1/VSCodium-linux-x64-1.36.1.tar.gz
+ source = vscodium-bin-1.36.1-1.tar.gz::https://github.com/VSCodium/vscodium/releases/download/1.36.1/VSCodium-linux-x64-1.36.1.tar.gz
sha256sums = 7275ddd94fc356374ca2a883bd1210863a8f2e5ad2f3e6194a42240941d119a4
sha256sums = f777f216fc5a73ac5efeb590fffec64e5cb346b0359c16a4705c58bae6fec4ab
diff --git a/PKGBUILD b/PKGBUILD
index 80cab320524f..00980286eb9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vscodium-bin
pkgver=1.36.1
-pkgrel=3
+pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64')
url="https://github.com/VSCodium/vscodium"