summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2017-12-23 09:00:49 +0100
committerOliver Jaksch2017-12-23 09:00:49 +0100
commitadb0c0cbdba1eab077bdd0f171b8f1d330ac6387 (patch)
tree05ebd96253884689b4cd20206f2befb1f52f668c
parent04cf8f03aa560038bf27aec306e645213898aeb7 (diff)
downloadaur-adb0c0cbdba1eab077bdd0f171b8f1d330ac6387.tar.gz
Minor updates, don't include .info anymore
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe772ca3569..81b00ed5fa11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 29 08:54:26 UTC 2017
+# Sat Dec 23 08:00:48 UTC 2017
pkgbase = libretro-handy-git
pkgdesc = libretro implementation of Handy. (Atari Lynx)
pkgver = 107.a4de67f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libretro/libretro-handy
arch = i686
arch = x86_64
@@ -15,8 +15,6 @@ pkgbase = libretro-handy-git
makedepends = git
depends = zlib
source = git+https://github.com/libretro/libretro-handy.git
- source = https://raw.github.com/libretro/libretro-super/master/dist/info/handy_libretro.info
- sha256sums = SKIP
sha256sums = SKIP
pkgname = libretro-handy-git
diff --git a/PKGBUILD b/PKGBUILD
index 13ab570f5c78..ef69b5dcbbce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libretro-handy-git
pkgver=107.a4de67f
-pkgrel=1
+pkgrel=2
pkgdesc="libretro implementation of Handy. (Atari Lynx)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/libretro/libretro-handy"
@@ -13,10 +13,8 @@ makedepends=('git')
_libname=handy_libretro
_gitname=libretro-handy
-source=("git+https://github.com/libretro/${_gitname}.git"
- "https://raw.github.com/libretro/libretro-super/master/dist/info/${_libname}.info")
-sha256sums=('SKIP'
- 'SKIP')
+source=("git+https://github.com/libretro/${_gitname}.git")
+sha256sums=('SKIP')
pkgver() {
cd "${_gitname}"
@@ -30,5 +28,4 @@ build() {
package() {
install -Dm644 "${_gitname}/${_libname}.so" "${pkgdir}/usr/lib/libretro/${_libname}.so"
- install -Dm644 "${_libname}.info" "${pkgdir}/usr/share/libretro/info/${_libname}.info"
}