diff options
author | Audrey Baxter | 2019-07-14 20:53:01 -0400 |
---|---|---|
committer | Audrey Baxter | 2019-07-14 20:53:01 -0400 |
commit | 5766748a478d01cf77776152cfa9bbdb01497f2c (patch) | |
tree | 30aecd6071fe5fb83c9cd8de203ca4dd3231a1ce /PKGBUILD | |
parent | 5adb703745484c7659a64778711ff54bbe1e264f (diff) | |
download | aur-5766748a478d01cf77776152cfa9bbdb01497f2c.tar.gz |
Update upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,13 +6,13 @@ pkgver=0.5.4 pkgrel=1 pkgdesc="Simple RSS Reader app made using electron and vue.js" arch=('x86_64') -url="https://github.com/mrgodhani/$_pkgname/releases" +url="https://github.com/hello-efficiency-inc/$_pkgname/releases" license=('MIT') depends=('gtk2' 'dbus-glib' 'libdbusmenu-glib') makedepends=() provides=("$_pkgname") conflicts=("$_pkgname") -source=("${_pkgname}-${pkgver}.AppImage::https://github.com/mrgodhani/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-x86_64.AppImage") +source=("${_pkgname}-${pkgver}.AppImage::https://github.com/hello-efficiency-inc/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-x86_64.AppImage") md5sums=('90e30e114b763f95ad1d9818869f0231') package() { |