summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2018-10-09 15:37:35 -0400
committerJameson Pugh2018-10-09 15:37:35 -0400
commit967393bc0912a3f14fdef70ddbc92fd2c50fd1d7 (patch)
tree64907754976bbfecc7282067c9a951bfb26dda2c
parentbf1f33227af6740e649569275a6c9697e0762b63 (diff)
downloadaur-967393bc0912a3f14fdef70ddbc92fd2c50fd1d7.tar.gz
replaced webkitgtk2 with webkit2gtk
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 261853a0716f..dd388375ec68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Jun 28 17:26:37 UTC 2016
pkgbase = something-for-reddit
pkgdesc = A Reddit Client For GNOME (with Gtk+ and Python)
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/samdroid-apps/something-for-reddit
arch = i686
arch = x86_64
@@ -22,7 +20,7 @@ pkgbase = something-for-reddit
depends = ruby-sass
depends = markdown-urlize-git
depends = libsoup
- depends = webkitgtk2
+ depends = webkit2gtk
conflicts = something-for-reddit-git
source = https://github.com/samdroid-apps/something-for-reddit/archive/v0.2.tar.gz
sha256sums = b7dcdbfcef699993ad70207ba11938b52d088a39e27ac1a8198f074df30f2e1d
diff --git a/PKGBUILD b/PKGBUILD
index a45009ddf548..ae2c6ee59d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=something-for-reddit
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc='A Reddit Client For GNOME (with Gtk+ and Python)'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/samdroid-apps/something-for-reddit"
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-gobject' 'python-arrow' 'python-markdown' 'ruby-sass' 'markdown-urlize-git' 'libsoup' 'webkitgtk2')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-gobject' 'python-arrow' 'python-markdown' 'ruby-sass' 'markdown-urlize-git' 'libsoup' 'webkit2gtk')
makedepends=('gnome-common' 'intltool' 'itstool' 'python' 'yelp-tools')
conflicts=('something-for-reddit-git')
source=("https://github.com/samdroid-apps/something-for-reddit/archive/v${pkgver}.tar.gz")