summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-02-04 11:19:08 +0100
committerEmiel Wiedijk2018-02-04 11:19:08 +0100
commit4b54a456295d95a5b0db84bc5655664d7339ae99 (patch)
treee27e778fa7953a10d95287bcfc85116a397cd457
parent1562010f05e301a8f313b1111d2fef04adaa5669 (diff)
downloadaur-4b54a456295d95a5b0db84bc5655664d7339ae99.tar.gz
Remove glu and cmake from dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0004b3298f3c..3ca46d38319d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = nestopia
pkgdesc = An NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.
pkgver = 1.48
- pkgrel = 2
+ pkgrel = 3
url = http://0ldsk00l.ca/nestopia/
arch = x86_64
license = GPL
makedepends = unzip
makedepends = mesa
makedepends = xdg-utils
- makedepends = cmake
makedepends = git
makedepends = autoconf-archive
depends = sdl2
depends = gtk3
- depends = glu
depends = libarchive
depends = libao
source = git+https://github.com/rdanbrook/nestopia.git#tag=1.48
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')