summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-02-07 11:22:09 +0100
committerFrederic Bezies2024-02-07 11:22:09 +0100
commit1a41b96f73e27b864e5dd11aaf17047069099b58 (patch)
tree0c6ad4517a30fecd2c430ebdb3161cd15cbe506e
parentffa02fb8a6cc952c4beaf909ecdd9706a3d9c19e (diff)
downloadaur-1a41b96f73e27b864e5dd11aaf17047069099b58.tar.gz
February 7th, 2024 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b6f5fe1f90b..7c36cb220827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = xcpc
pkgdesc = An Amstrad CPC emulator
pkgver = 0.38.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
- url = http://www.xcpc-emulator.net/doku.php/index
+ url = http://www.xcpc-emulator.net/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 12aed094b021..6d842e5bffd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Feufochmar <feufochmar@d-20.fr>
pkgname=xcpc
pkgver=0.38.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="An Amstrad CPC emulator"
arch=('i686' 'x86_64')
-url="http://www.xcpc-emulator.net/doku.php/index"
+url="http://www.xcpc-emulator.net/"
license=('GPL')
depends=('gtk3')
optdepends=()