summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Trepczik2018-01-09 21:47:50 +0100
committerAndreas Trepczik2018-01-09 21:47:50 +0100
commit7c74d71561073ea18b3c3db5a3f3deedf566b435 (patch)
tree75fafe3752d591a4d3fd449356a522eaaa52e7c8
parentbca6aa137a50e4ef317eeae9f903ec90fef82d21 (diff)
downloadaur-7c74d71561073ea18b3c3db5a3f3deedf566b435.tar.gz
remove info file which is now in libretro-core-info
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2b5ce7b8f9d..da28afff88e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Dec 10 21:27:57 UTC 2015
pkgbase = libretro-tgbdual-git
pkgdesc = libretro port of TGB Dual
- pkgver = 69.b1bf294
+ pkgver = 93.4e111be
pkgrel = 1
url = https://github.com/libretro/tgbdual-libretro
arch = i686
@@ -11,9 +9,7 @@ pkgbase = libretro-tgbdual-git
arch = armv7h
license = GPL2
source = git://github.com/libretro/tgbdual-libretro.git
- source = https://raw.github.com/libretro/libretro-super/master/dist/info/tgbdual_libretro.info
- md5sums = SKIP
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = libretro-tgbdual-git
diff --git a/PKGBUILD b/PKGBUILD
index 223099d6e0bd..4c911fd0f123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,14 @@
pkgname=libretro-tgbdual-git
_gitname=tgbdual-libretro
-pkgver=69.b1bf294
+pkgver=93.4e111be
pkgrel=1
pkgdesc="libretro port of TGB Dual"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/libretro/tgbdual-libretro"
license=('GPL2')
-source=("git://github.com/libretro/tgbdual-libretro.git"
- "https://raw.github.com/libretro/libretro-super/master/dist/info/tgbdual_libretro.info")
-
-md5sums=('SKIP'
- 'SKIP')
+source=("git://github.com/libretro/tgbdual-libretro.git")
+sha256sums=('SKIP')
pkgver() {
cd "${_gitname}"
@@ -25,6 +22,5 @@ build() {
}
package() {
- install -Dm644 "${srcdir}/tgbdual_libretro.info" "${pkgdir}/usr/lib/libretro/tgbdual_libretro.info"
install -Dm644 "${_gitname}/tgbdual_libretro.so" "${pkgdir}/usr/lib/libretro/tgbdual_libretro.so"
}