summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-03-16 18:22:52 +0100
committerFrederic Bezies2022-03-16 18:22:52 +0100
commit130233cdcb83ee8a611ef2c4b42df3fac459d9eb (patch)
tree723a3269b5d27a4af422720f181b4b3431050544
parent17cfcd6559606db3ac7afe4a28bd3abd50614631 (diff)
downloadaur-130233cdcb83ee8a611ef2c4b42df3fac459d9eb.tar.gz
March, 16th 2022 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed14ddbbf169..6f2ea97defa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caprice32-git
pkgdesc = An emulator of the Amstrad CPC 8bit home computer range (CPC 464, 664, 6128)
pkgver = 4.5.0.r505.gbb3b23a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ColinPitrat/caprice32
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = caprice32-git
makedepends = glu
depends = sdl2
depends = freetype2
- source = git://github.com/ColinPitrat/caprice32
+ source = git+https://github.com/ColinPitrat/caprice32
source = caprice32.desktop
sha256sums = SKIP
sha256sums = 6ebca670aad7cf21582297725d242d2fc7b730e6ddf50b6710c3851d5c7cfa15
diff --git a/PKGBUILD b/PKGBUILD
index c393d113d61d..721db3933e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Colin Pitrat <colin dot pitrat at gmail dot com>
pkgname=caprice32-git
pkgver=4.5.0.r505.gbb3b23a
-pkgrel=1
+pkgrel=2
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=('sdl2' 'freetype2')
-source=(git://github.com/ColinPitrat/caprice32
+source=(git+https://github.com/ColinPitrat/caprice32
caprice32.desktop)
sha256sums=('SKIP'
'6ebca670aad7cf21582297725d242d2fc7b730e6ddf50b6710c3851d5c7cfa15')