summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack2020-09-28 18:36:44 +0000
committerJack2020-09-28 18:36:44 +0000
commit270be3f6b8205fe90de52ce9a8b1c6eca619e98d (patch)
tree333a6d4366a2b84eeb6c49e529496a3b55947033
parent74fb0ba63128c1200a30f4f58d19633ec76c37ce (diff)
downloadaur-270be3f6b8205fe90de52ce9a8b1c6eca619e98d.tar.gz
change of update url to a more secure repo
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bb92f833624..c973c5d790dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=premid
_pkgname=PreMiD
-pkgver=2.2.15
+pkgver=2.2.17
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/${_pkgname}/Linux/releases/download/v${pkgver}/${_pkgname}.tar.gz")
+source=("https://github.com/doomlerd/LinuxUpdater/releases/download/v${pkgver}/${_pkgname}.tar.gz")
sha512sums=('SKIP') # CI build
package() {