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
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…
Add table
Add a link
Reference in a new issue