summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-02-04 11:19:08 +0100
committerEmiel Wiedijk2018-02-04 11:19:08 +0100
commit4b54a456295d95a5b0db84bc5655664d7339ae99 (patch)
treee27e778fa7953a10d95287bcfc85116a397cd457 /PKGBUILD
parent1562010f05e301a8f313b1111d2fef04adaa5669 (diff)
downloadaur-4b54a456295d95a5b0db84bc5655664d7339ae99.tar.gz
Remove glu and cmake from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7636ba000464..74038e34f01b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=nestopia
pkgver=1.48
-pkgrel=2
+pkgrel=3
pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.'
url='http://0ldsk00l.ca/nestopia/'
license=('GPL')
arch=('x86_64')
-depends=('sdl2' 'gtk3' 'glu' 'libarchive' 'libao')
-makedepends=('unzip' 'mesa' 'xdg-utils' 'cmake' 'git' 'autoconf-archive')
+depends=('sdl2' 'gtk3' 'libarchive' 'libao')
+makedepends=('unzip' 'mesa' 'xdg-utils' 'git' 'autoconf-archive')
source=("git+https://github.com/rdanbrook/nestopia.git#tag=$pkgver")
sha256sums=('SKIP')