summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2023-09-14 21:11:56 +0200
committerSebastian Wiesner2023-09-14 21:11:56 +0200
commit293520626c385fa93714e21300f06bd976cfe0cc (patch)
tree24509dea6cc5c4b230c4960be47c75084fd4cb49
parent8e05e5a6071c14ce7f716a876ec9a33ba75e88bf (diff)
downloadaur-293520626c385fa93714e21300f06bd976cfe0cc.tar.gz
upgpkg: gnome-search-providers-jetbrains 1.14.0-2
Fix upstream URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a768f6261c06..e97b4be010de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-search-providers-jetbrains
pkgdesc = Add Jetbrains IDE projects to Gnome Search
pkgver = 1.14.0
- pkgrel = 1
- url = https://github.com/lunaryorn/gnome-search-providers-jetbrains
+ pkgrel = 2
+ url = https://github.com/swsnr/gnome-search-providers-jetbrains
arch = x86_64
license = MPL2
makedepends = rust
depends = gnome-shell
- source = gnome-search-providers-jetbrains-1.14.0.tar.gz::https://github.com/lunaryorn/gnome-search-providers-jetbrains/archive/v1.14.0.tar.gz
+ source = gnome-search-providers-jetbrains-1.14.0.tar.gz::https://github.com/swsnr/gnome-search-providers-jetbrains/archive/v1.14.0.tar.gz
sha256sums = beb5119ee79694889ca765aa7c48159cff294cf37e0e08e62750459097b12ff0
pkgname = gnome-search-providers-jetbrains
diff --git a/PKGBUILD b/PKGBUILD
index b98b59d11109..497d38a71bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=gnome-search-providers-jetbrains
pkgver=1.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Add Jetbrains IDE projects to Gnome Search"
arch=('x86_64')
-url="https://github.com/lunaryorn/gnome-search-providers-jetbrains"
+url="https://github.com/swsnr/gnome-search-providers-jetbrains"
license=('MPL2')
depends=('gnome-shell')
makedepends=('rust')