summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2018-12-30 18:21:15 +0100
committerMaxime Gauduin2018-12-30 18:21:15 +0100
commitce8a4d40c0effb3baf5df6097acab2a00f1a1c98 (patch)
tree83df58562eef73ca27d334e1786fd6078bb820e2
parentb391b923c693f17a25640a0c3dc6eb56ae24042d (diff)
downloadaur-ce8a4d40c0effb3baf5df6097acab2a00f1a1c98.tar.gz
take two
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD26
2 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4115d37b8316..95c6256e95fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Dec 22 15:10:08 UTC 2017
+# Sun Dec 30 17:21:15 UTC 2018
pkgbase = libretro-snes9x-git
pkgdesc = Super Nintendo Entertainment System core
- pkgver = r695.5d60ecd
+ pkgver = r1396.83c82eb
pkgrel = 1
url = https://github.com/libretro/snes9x
- arch = i686
arch = x86_64
groups = libretro-unstable
license = custom
license = GPL2
license = LGPL2.1
makedepends = git
- depends = gcc-libs
- depends = glibc
depends = libretro-core-info
provides = libretro-snes9x
conflicts = libretro-snes9x
diff --git a/PKGBUILD b/PKGBUILD
index f703da898af4..03c5dcbc1d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,23 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-snes9x-git
-pkgver=r695.5d60ecd
+pkgver=r1396.83c82eb
pkgrel=1
pkgdesc='Super Nintendo Entertainment System core'
-arch=('i686' 'x86_64')
+arch=(x86_64)
url='https://github.com/libretro/snes9x'
-license=('custom' 'GPL2' 'LGPL2.1')
-groups=('libretro-unstable')
-depends=('gcc-libs' 'glibc' 'libretro-core-info')
-makedepends=('git')
-provides=('libretro-snes9x')
-conflicts=('libretro-snes9x')
-source=('libretro-snes9x::git+https://github.com/libretro/snes9x.git')
-sha256sums=('SKIP')
+license=(
+ custom
+ GPL2
+ LGPL2.1
+)
+groups=(libretro-unstable)
+depends=(libretro-core-info)
+makedepends=(git)
+provides=(libretro-snes9x)
+conflicts=(libretro-snes9x)
+source=(libretro-snes9x::git+https://github.com/libretro/snes9x.git)
+sha256sums=(SKIP)
pkgver() {
cd libretro-snes9x
@@ -31,7 +35,7 @@ package() {
cd libretro-snes9x/libretro
install -Dm 644 snes9x_libretro.so -t "${pkgdir}"/usr/lib/libretro/
- install -Dm 644 ../docs/snes9x-license.txt -t "${pkgdir}"/usr/share/licenses/libretro-snes9x-git/
+ install -Dm 644 ../LICENSE -t "${pkgdir}"/usr/share/licenses/libretro-snes9x-git/
}
# vim: ts=2 sw=2 et: