summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjackreeds2021-06-27 23:06:39 +0530
committerjackreeds2021-06-27 23:06:39 +0530
commit7c475d7776da2e3a04477942e188b8d5a23539ea (patch)
tree1a40496dd0127cfb7494eb414819c9a34ebd9057
parent9bd0b0828746fd6b8fec4b83530d414f9bd3c2df (diff)
downloadaur-7c475d7776da2e3a04477942e188b8d5a23539ea.tar.gz
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 498b52340f5d..7c1d6a382dbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neovide-bin
pkgdesc = No Nonsense Neovim Client in Rust (prebuilt)
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Kethku/neovide
arch = x86_64
license = MIT
@@ -14,7 +14,7 @@ pkgbase = neovide-bin
provides = neovide
conflicts = neovide
conflicts = neovide-git
- source_x86_64 = neovide-0.7.0-1::https://github.com/Kethku/neovide/releases/download/0.7.0/neovide
+ source_x86_64 = neovide-0.7.0-2::https://github.com/Kethku/neovide/releases/download/0.7.0/neovide
source_x86_64 = neovide.desktop::https://raw.githubusercontent.com/Kethku/neovide/0.7.0/assets/neovide.desktop
sha512sums_x86_64 = 7040cf19faf0fdd7d0b0c354f6e07bbf41a1b3007022bbb80a30dda7d5ee79bda0c64a653017d3f8aa5d4b29455f4874fcca4924f02f35cd3b35e00cf62dadd3
sha512sums_x86_64 = b34fca2f3eeddd9e31cc0008ee718f878f586f672600342addcfa1ebf76d27e4dbea47aa8f5756434ce607c8733c054655d20bbbc76a7d40900c9c56ccff30e2
diff --git a/PKGBUILD b/PKGBUILD
index a28092f20fa2..29e6a1e12dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname_orig=neovide
pkgname=${pkgname_orig}-bin
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="No Nonsense Neovim Client in Rust (prebuilt)"
arch=('x86_64')
url="https://github.com/Kethku/neovide"