summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d20ad4cbb58..1490c5c4f116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,14 +9,14 @@ pkgbase = nestopia
makedepends = mesa
makedepends = xdg-utils
makedepends = cmake
+ makedepends = git
depends = sdl2
- depends = alsa-lib
depends = gtk3
depends = glu
depends = libarchive
depends = libao
- source = nestopia-1.48.tar.gz::https://github.com/rdanbrook/nestopia/tarball/1.48
- sha256sums = ee14b9476748669ac1af73116beb2a6e3dd6b41c0b1d2f7149fb8716bb02d749
+ source = git+https://github.com/rdanbrook/nestopia.git#tag=1.48
+ sha256sums = SKIP
pkgname = nestopia
diff --git a/PKGBUILD b/PKGBUILD
index 6d57f10463b5..6c786a27b272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number of
url='http://0ldsk00l.ca/nestopia/'
license=('GPL')
arch=('x86_64')
-depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
+depends=('sdl2' 'gtk3' 'glu' 'libarchive' 'libao')
makedepends=('unzip' 'mesa' 'xdg-utils' 'cmake' 'git')
source=("git+https://github.com/rdanbrook/nestopia.git#tag=$pkgver")
sha256sums=('SKIP')