summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2017-12-23 11:31:57 +0100
committerOliver Jaksch2017-12-23 11:31:57 +0100
commit59eb5b70b62fefa2e9c401b39d19ee36004a4a7a (patch)
tree2a9cc6321de440ff13651abdb8eed1f63f43d776
parentc67a579566c14e23af495e699aeb52f29c3e7e7e (diff)
downloadaur-59eb5b70b62fefa2e9c401b39d19ee36004a4a7a.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 0fcaa545351d..c5d8edaa78e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 12 13:52:34 UTC 2017
+# Sat Dec 23 10:31:56 UTC 2017
pkgbase = libretro-prosystem-git
pkgdesc = libretro implementation of ProSystem. (Atari 7800)
pkgver = 152.b8e9241
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libretro/prosystem-libretro
arch = i686
arch = x86_64
@@ -15,8 +15,6 @@ pkgbase = libretro-prosystem-git
makedepends = git
depends = zlib
source = git+https://github.com/libretro/prosystem-libretro.git
- source = https://raw.github.com/libretro/libretro-super/master/dist/info/prosystem_libretro.info
- sha256sums = SKIP
sha256sums = SKIP
pkgname = libretro-prosystem-git
diff --git a/PKGBUILD b/PKGBUILD
index 677a3275473d..fea809016c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libretro-prosystem-git
pkgver=152.b8e9241
-pkgrel=1
+pkgrel=2
pkgdesc="libretro implementation of ProSystem. (Atari 7800)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/libretro/prosystem-libretro"
@@ -13,10 +13,8 @@ makedepends=('git')
_libname=prosystem_libretro
_gitname=prosystem-libretro
-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"
}