summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2019-01-10 11:18:43 -0500
committerKevin MacMartin2019-01-10 11:18:43 -0500
commitc91218cc8966b078034c54b95fe3f90cf997aef8 (patch)
treef956e095a802a3bed65ab1b3d28a74ad79922902 /PKGBUILD
parent7fde0a98af388ba4e150955c31083d5d3121b950 (diff)
downloadaur-c91218cc8966b078034c54b95fe3f90cf997aef8.tar.gz
Use vte3 instead of vte in the dependencies as that's what the package name is now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ffe3727883b..64c10be8220a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
_pkgname=vice
pkgname=$_pkgname-gnomeui-devel
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc='Versatile Commodore Emulator (development release with the Gnome UI)'
arch=('i686' 'x86_64')
license=('GPL')
url='http://vice-emu.sourceforge.net'
-depends=('libpulse' 'giflib' 'vte' 'gtk3' 'libpcap' 'mpg123' 'libieee1284' 'portaudio' 'pciutils')
+depends=('libpulse' 'giflib' 'vte3' 'gtk3' 'libpcap' 'mpg123' 'libieee1284' 'portaudio' 'pciutils')
makedepends=('dos2unix' 'xorg-bdftopcf' 'xorg-mkfontdir' 'autoconf' 'xa')
options=('!makeflags')
install=$pkgname.install