summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a7f3d6e119e..65aef2bb09d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = caprice32-git
pkgdesc = An emulator of the Amstrad CPC 8bit home computer range (CPC 464, 664, 6128)
- pkgver = 4.5.0.r230.g001bd66
+ pkgver = 4.5.0.r601.g1074f59
pkgrel = 1
url = https://github.com/ColinPitrat/caprice32
arch = i686
@@ -8,12 +8,11 @@ pkgbase = caprice32-git
license = GPL2
makedepends = git
makedepends = glu
- depends = sdl
+ depends = sdl2
depends = freetype2
- source = git://github.com/ColinPitrat/caprice32
+ source = git+https://github.com/ColinPitrat/caprice32
source = caprice32.desktop
sha256sums = SKIP
sha256sums = 6ebca670aad7cf21582297725d242d2fc7b730e6ddf50b6710c3851d5c7cfa15
pkgname = caprice32-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 33259c412653..de39904546d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Colin Pitrat <colin dot pitrat at gmail dot com>
pkgname=caprice32-git
-pkgver=4.5.0.r230.g001bd66
+pkgver=4.5.0.r601.g1074f59
pkgrel=1
pkgdesc="An emulator of the Amstrad CPC 8bit home computer range (CPC 464, 664, 6128)"
arch=('i686' 'x86_64')
url="https://github.com/ColinPitrat/caprice32"
license=('GPL2')
makedepends=('git' 'glu')
-depends=('sdl' 'freetype2')
-source=(git://github.com/ColinPitrat/caprice32
+depends=('sdl2' 'freetype2')
+source=(git+https://github.com/ColinPitrat/caprice32
caprice32.desktop)
sha256sums=('SKIP'
'6ebca670aad7cf21582297725d242d2fc7b730e6ddf50b6710c3851d5c7cfa15')