Changed dependency gtk2 -> gtk3. See: https://www.sublimetext.com/blog/articles/sublime-text-3-point-2
This commit is contained in:
parent
bfb4afe051
commit
64c6d5f800
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,16 +1,16 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sun Mar 17 21:57:09 UTC 2019
|
||||
# Sat Mar 23 20:34:05 UTC 2019
|
||||
pkgbase = sublime-text-dev
|
||||
pkgdesc = Sophisticated text editor for code, html and prose - dev build
|
||||
pkgver = 3.3200
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.sublimetext.com/3
|
||||
install = sublime-text-dev.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = custom
|
||||
depends = libpng
|
||||
depends = gtk2
|
||||
depends = gtk3
|
||||
optdepends = gksu: sudo-save support
|
||||
provides = sublime-text-nightly
|
||||
conflicts = sublime-text-nightly
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,12 +3,12 @@
|
|||
|
||||
pkgname=sublime-text-dev
|
||||
pkgver=3.3200
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Sophisticated text editor for code, html and prose - dev build"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.sublimetext.com/3"
|
||||
license=('custom')
|
||||
depends=('libpng' 'gtk2')
|
||||
depends=('libpng' 'gtk3')
|
||||
optdepends=('gksu: sudo-save support')
|
||||
conflicts=('sublime-text-nightly')
|
||||
provides=('sublime-text-nightly')
|
||||
|
|
Loading…
Reference in a new issue