summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0eca971e081..cebfe30c04da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = premid
pkgdesc = Discord Rich Presence for web services
- pkgver = 2.1.6
+ pkgver = 2.1.8
pkgrel = 1
url = https://premid.app
arch = x86_64
license = MPL2
optdepends = discord: Proper Rich Presence support
conflicts = premid-git
- source = https://github.com/doomlerd/PreMiD-Linux/releases/download/v2.1.6/PreMiD.tar.gz
+ source = https://github.com/PreMiD/Linux/releases/download/v2.1.8/PreMiD.tar.gz
sha512sums = SKIP
pkgname = premid
diff --git a/PKGBUILD b/PKGBUILD
index 66409b6f3b26..983126fd0808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=premid
_pkgname=PreMiD
-pkgver=2.1.6
+pkgver=2.1.8
pkgrel=1
pkgdesc="Discord Rich Presence for web services"
arch=('x86_64')
@@ -12,7 +12,7 @@ url='https://premid.app'
license=('MPL2')
optdepends=('discord: Proper Rich Presence support')
conflicts=('premid-git')
-source=("https://github.com/doomlerd/${_pkgname}-Linux/releases/download/v${pkgver}/${_pkgname}.tar.gz")
+source=("https://github.com/${_pkgname}/Linux/releases/download/v${pkgver}/${_pkgname}.tar.gz")
sha512sums=('SKIP') # CI build
package() {