summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2022-01-10 18:12:36 +0100
committerSebastian Wiesner2022-01-10 18:12:36 +0100
commitb85a1db18be64ba555d0690e673bfa43f096be4d (patch)
tree6c0eb92173c926ac35005f84da0be237d38cb1af
parent75f089dd78cd05ce4f0a73df80a8b0f87ca2feb5 (diff)
downloadaur-b85a1db18be64ba555d0690e673bfa43f096be4d.tar.gz
upgpkg: gnome-search-providers-vscode 1.7.0-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7421f6806b34..4b19a8fc267c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gnome-search-providers-vscode
pkgdesc = Add VSCode workspaces to Gnome search
- pkgver = 1.6.0
- pkgrel = 2
+ pkgver = 1.7.0
+ pkgrel = 1
url = https://github.com/lunaryorn/gnome-search-providers-vscode
arch = x86_64
license = MPL2
makedepends = rust
depends = gnome-shell
- source = gnome-search-providers-vscode-1.6.0.tar.gz::https://github.com/lunaryorn/gnome-search-providers-vscode/archive/v1.6.0.tar.gz
- md5sums = 60e04e39316fee00ef25b659f18386c6
- sha1sums = 6f26941e06bf79de6e2ce9dbf3c71de3fbb1bd08
- sha512sums = 18a4debc447cf958e45f96c083a94ee64b6f92c4761f0310f67f665a253e5884b2aa12428aee81be242b2dc5255dac40ee96f534f72e9c82a3bac97ca8eb1ff9
+ source = gnome-search-providers-vscode-1.7.0.tar.gz::https://github.com/lunaryorn/gnome-search-providers-vscode/archive/v1.7.0.tar.gz
+ md5sums = d721122d26b605830da47d56298f3d24
+ sha1sums = f82622470a49a883941aa619a48946ceaa709efd
+ sha512sums = b0ebbc6ac158c8ed8a517629883b551cc33bbcc6d408f0380430f28f10ac5fe7d8b3a9b82da5a4a21bc54fca3bd13532a1c297bc7f87521e35ccf33f97917a45
pkgname = gnome-search-providers-vscode
diff --git a/PKGBUILD b/PKGBUILD
index e41daf0e490c..7d869cd3187d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=gnome-search-providers-vscode
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc="Add VSCode workspaces to Gnome search"
arch=('x86_64')
url="https://github.com/lunaryorn/gnome-search-providers-vscode"
@@ -10,9 +10,9 @@ license=('MPL2')
depends=('gnome-shell')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz")
-md5sums=('60e04e39316fee00ef25b659f18386c6')
-sha1sums=('6f26941e06bf79de6e2ce9dbf3c71de3fbb1bd08')
-sha512sums=('18a4debc447cf958e45f96c083a94ee64b6f92c4761f0310f67f665a253e5884b2aa12428aee81be242b2dc5255dac40ee96f534f72e9c82a3bac97ca8eb1ff9')
+md5sums=('d721122d26b605830da47d56298f3d24')
+sha1sums=('f82622470a49a883941aa619a48946ceaa709efd')
+sha512sums=('b0ebbc6ac158c8ed8a517629883b551cc33bbcc6d408f0380430f28f10ac5fe7d8b3a9b82da5a4a21bc54fca3bd13532a1c297bc7f87521e35ccf33f97917a45')
package() {
cd "$pkgname-$pkgver"