summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2017-12-23 08:48:54 +0100
committerOliver Jaksch2017-12-23 08:48:54 +0100
commit409b0b52a88267d12d792087424939d94f4e29ec (patch)
treeab93cf9213090bfbd4c2c4c4a568513711302940
parente5c3e038f7abf3efe7fce601d5f27cb2c67ee774 (diff)
downloadaur-409b0b52a88267d12d792087424939d94f4e29ec.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 e0c50abecf1f..b8df5aa0c3cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 12 10:30:40 UTC 2017
+# Sat Dec 23 07:48:52 UTC 2017
pkgbase = libretro-cap32-git
pkgdesc = libretro implementation of Caprice32 (Amstrad CPC)
- pkgver = 93.37ccb4a
+ pkgver = 101.3e14ceb
pkgrel = 1
url = https://github.com/libretro/libretro-cap32
arch = i686
@@ -14,8 +14,6 @@ pkgbase = libretro-cap32-git
license = GPL
makedepends = git
source = git+https://github.com/libretro/libretro-cap32.git
- source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/cap32_libretro.info
- sha256sums = SKIP
sha256sums = SKIP
pkgname = libretro-cap32-git
diff --git a/PKGBUILD b/PKGBUILD
index ce866cbd8ac1..a249a4d27864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=libretro-cap32-git
-pkgver=93.37ccb4a
+pkgver=101.3e14ceb
pkgrel=1
pkgdesc="libretro implementation of Caprice32 (Amstrad CPC)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -13,10 +13,8 @@ makedepends=('git')
_libname=cap32_libretro
_gitname=libretro-cap32
-source=("git+https://github.com/libretro/libretro-cap32.git"
- "https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/cap32_libretro.info")
-sha256sums=('SKIP'
- 'SKIP')
+source=("git+https://github.com/libretro/libretro-cap32.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"
} \ No newline at end of file