diff options
author | Frederic Bezies | 2024-08-13 14:40:20 +0200 |
---|---|---|
committer | Frederic Bezies | 2024-08-13 14:40:20 +0200 |
commit | 449a2ae9b6db8477d0ba12dce2a12bf157ce9c6f (patch) | |
tree | a1eb710ff432f87d4b92ed4fd60f36348a2425c8 /PKGBUILD | |
parent | 1a41b96f73e27b864e5dd11aaf17047069099b58 (diff) | |
download | aur-449a2ae9b6db8477d0ba12dce2a12bf157ce9c6f.tar.gz |
0.52.0 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Frederic Bezies <fredbezies at gmail dot com> # Contributor: Feufochmar <feufochmar@d-20.fr> pkgname=xcpc -pkgver=0.38.1 -pkgrel=2 +pkgver=0.52.0 +pkgrel=1 epoch=1 pkgdesc="An Amstrad CPC emulator" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('gtk3') optdepends=() source=(https://bitbucket.org/ponceto/xcpc/downloads/xcpc-$pkgver.tar.gz) -sha256sums=('61ce3dbb6964d1796399087ec0aec23ca65d2d769caa06a222442c3ebf9cbeb8') +sha256sums=('4bc8f2f24437a9e94bc507131eedcc406c608f27f01aeb9d79c1b8c0e7f9717f') build() { cd "$srcdir/$pkgname-$pkgver" |