summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrAppleXZ2016-12-28 19:03:52 +0500
committermrAppleXZ2016-12-28 19:03:52 +0500
commit39c286e269baaed979addbdeb6e973068b7bba22 (patch)
treef8dc978ab984520482fec31f0851910e970173f4
parent5689f9de5021a2fff94a622ce4ac5d6375bd7b19 (diff)
downloadaur-39c286e269baaed979addbdeb6e973068b7bba22.tar.gz
Switch to fork
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dd599b50436..d6d8be1ad4f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gtk-sharp-3-git
pkgdesc = C# bindings for GTK+ 3, built from sources.
- pkgver = 2.99.4
+ pkgver = 3.22.1
pkgrel = 1
- url = https://mono-project.com/GtkSharp
+ url = https://github.com/openmedicus/gtk-sharp
arch = any
license = GPL
depends = mono
depends = gtk3
- provides = gtk-sharp-3
+ provides = gtk-sharp-3=3.22.1
conflicts = gtk-sharp-3
- source = git://github.com/mono/gtk-sharp.git
+ source = git://github.com/openmedicus/gtk-sharp.git
md5sums = SKIP
pkgname = gtk-sharp-3-git
diff --git a/PKGBUILD b/PKGBUILD
index d8c03d183d2b..ae95598f2bde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=gtk-sharp-3-git
-pkgver=2.99.4
+pkgver=3.22.1
pkgrel=1
pkgdesc="C# bindings for GTK+ 3, built from sources."
arch=('any')
-url="https://mono-project.com/GtkSharp"
+url="https://github.com/openmedicus/gtk-sharp"
license=('GPL')
depends=('mono' 'gtk3')
-provides=('gtk-sharp-3')
+provides=('gtk-sharp-3=3.22.1')
conflicts=('gtk-sharp-3')
-source=("git://github.com/mono/gtk-sharp.git")
+source=("git://github.com/openmedicus/gtk-sharp.git")
md5sums=('SKIP')
build() {