summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatie Wolfe2021-01-07 14:44:30 -0500
committerKatie Wolfe2021-01-07 14:44:30 -0500
commit289171382132409eff7c3d97a97bd47cd572d763 (patch)
tree3c0ba726fa405384e2f29f85bbb0d785cd8b749d
parent76fd77ee50210b68ec37aa2e083d07dd87bf21e5 (diff)
downloadaur-igdm.tar.gz
Switch to new upstream URL
Older versions of this PKGBUILD should continue to work fine as GitHub seems to redirect requests from the old URL properly.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64206eb18125..f0fd3efed2ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = igdm
pkgdesc = Desktop application for Instagram DMs
pkgver = 3.0.1
pkgrel = 1
- url = https://github.com/ifedapoolarewaju/igdm
+ url = https://github.com/igdmapps/igdm
arch = x86_64
arch = i686
license = MIT
@@ -17,9 +17,9 @@ pkgbase = igdm
noextract = IGdm-3.0.1-ia32.zip
source = igdm.desktop
sha512sums = 3389360a07b982774c4043684b1a0d63ace26a5a4106b052748b806ada8f2aa9a94991e144cb2bdda50aa859bb478237cb201d5864b565f4590b84745df8583c
- source_x86_64 = https://github.com/ifedapoolarewaju/igdm/releases/download/v3.0.1/IGdm-3.0.1.zip
+ source_x86_64 = https://github.com/igdmapps/igdm/releases/download/v3.0.1/IGdm-3.0.1.zip
sha512sums_x86_64 = e598e959915624521d3e7ca212ef26c55f0a0093d742b8b7586e4c0a82a3cf763e1c45f47c47849d8a8a54371367a6493d77479bf28a09cf6748e6578948fec2
- source_i686 = https://github.com/ifedapoolarewaju/igdm/releases/download/v3.0.1/IGdm-3.0.1-ia32.zip
+ source_i686 = https://github.com/igdmapps/igdm/releases/download/v3.0.1/IGdm-3.0.1-ia32.zip
sha512sums_i686 = 7aac2dd7a6e2e40310509bc1f33f60913b4e7a424218966632a09021867e4343194ed10b1e421b62a91f116b99c7623efba62ac6b7685a90813e4700cc3a2cd2
pkgname = igdm
diff --git a/PKGBUILD b/PKGBUILD
index 173f14295c82..43451ffd9540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=3.0.1
pkgrel=1
pkgdesc="Desktop application for Instagram DMs"
arch=('x86_64' 'i686')
-url="https://github.com/ifedapoolarewaju/igdm"
+url="https://github.com/igdmapps/igdm"
license=('MIT')
groups=()
depends=('glibc' 'gtk3' 'nss' 'gconf')
@@ -14,8 +14,8 @@ optdepends=()
provides=('igdm')
conflicts=('igdm')
changelog=
-source_x86_64=("https://github.com/ifedapoolarewaju/igdm/releases/download/v$pkgver/IGdm-$pkgver.zip")
-source_i686=("https://github.com/ifedapoolarewaju/igdm/releases/download/v$pkgver/IGdm-$pkgver-ia32.zip")
+source_x86_64=("https://github.com/igdmapps/igdm/releases/download/v$pkgver/IGdm-$pkgver.zip")
+source_i686=("https://github.com/igdmapps/igdm/releases/download/v$pkgver/IGdm-$pkgver-ia32.zip")
source=("${pkgname}.desktop")
noextract=("IGdm-$pkgver.zip" "IGdm-$pkgver-ia32.zip")
sha512sums=('3389360a07b982774c4043684b1a0d63ace26a5a4106b052748b806ada8f2aa9a94991e144cb2bdda50aa859bb478237cb201d5864b565f4590b84745df8583c')