summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2020-11-22 12:29:00 -0500
committerotreblan2020-11-22 12:29:00 -0500
commit15bc09b004329e69e87e5c7dc167a82198476e08 (patch)
tree008a8f08abe5ebe578647314b88a17aea7c6d7c6
parentd4ca9e81e6059258a230a5e32e0c57702027599a (diff)
downloadaur-15bc09b004329e69e87e5c7dc167a82198476e08.tar.gz
Remove webkit2gtk and update upstream url
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d652d326d05..9638f59c2ba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = giara-git
pkgdesc = Reddit gtk client
- pkgver = 0.3.r0.g7f985e0
+ pkgver = 0.3.r3.g98045cf
pkgrel = 1
- url = https://gitlab.gnome.org/GabMus/giara
+ url = https://gitlab.gnome.org/World/giara
arch = any
license = GPL3
makedepends = meson
@@ -17,13 +17,12 @@ pkgbase = giara-git
depends = python-mistune
depends = python-pillow
depends = python-praw
- depends = webkit2gtk
optdepends = ffmpeg: For video
provides = giara
conflicts = giara
conflicts = redditgtk
replaces = redditgtk
- source = giara-git::git+https://gitlab.gnome.org/GabMus/giara.git
+ source = giara-git::git+https://gitlab.gnome.org/World/giara.git
sha256sums = SKIP
pkgname = giara-git
diff --git a/PKGBUILD b/PKGBUILD
index 919e61094511..30ce321d1546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Otreblan <otreblain@gmail.com>
pkgname=giara-git
-pkgver=0.3.r0.g7f985e0
+pkgver=0.3.r3.g98045cf
pkgrel=1
epoch=
pkgdesc="Reddit gtk client"
arch=('any')
-url="https://gitlab.gnome.org/GabMus/giara"
+url="https://gitlab.gnome.org/World/giara"
license=('GPL3')
groups=()
depends=(
@@ -19,7 +19,6 @@ depends=(
'python-mistune'
'python-pillow'
'python-praw'
- 'webkit2gtk'
)
makedepends=('meson' 'git' 'gobject-introspection')
checkdepends=()