Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
guichan
Commits:
73743c19 by Antonio Rojas at 2025-09-20T19:09:54+02:00
upgpkg: 0.8.3-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = guichan
pkgdesc = A portable C++ GUI library designed for games using Allegro,
SDL and/or OpenGL.
- pkgver = 0.8.2
- pkgrel = 9
+ pkgver = 0.8.3
+ pkgrel = 1
url = http://guichan.sourceforge.net/
arch = x86_64
license = BSD
@@ -11,7 +11,7 @@ pkgbase = guichan
makedepends = glut
depends = gcc-libs
options = !strip
- source =
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/guichan/guichan-0.8.2.tar.gz
- sha256sums =
eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab
+ source =
https://github.com/darkbitsorg/guichan/releases/download/v0.8.3/guichan-0.8.3.tar.gz
+ sha256sums =
2f3b265d1b243e30af9d87e918c71da6c67947978dcaa82a93cb838dbf93529b
pkgname = guichan
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Bjørn Lindeijer <[email protected]>
pkgname=guichan
-pkgver=0.8.2
-pkgrel=9
+pkgver=0.8.3
+pkgrel=1
pkgdesc="A portable C++ GUI library designed for games using Allegro, SDL
and/or OpenGL."
arch=('x86_64')
url="http://guichan.sourceforge.net/"
@@ -12,8 +12,8 @@ license=('BSD')
depends=('gcc-libs')
makedepends=('sdl_image' 'allegro4' 'libgl' 'glut')
options=('!strip')
-source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab')
+source=(https://github.com/darkbitsorg/guichan/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2f3b265d1b243e30af9d87e918c71da6c67947978dcaa82a93cb838dbf93529b')
prepare() {
cd "${srcdir}"/$pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/guichan/-/commit/73743c19cf78e5baaa3e45e0d000366b926717d9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/guichan/-/commit/73743c19cf78e5baaa3e45e0d000366b926717d9
You're receiving this email because of your account on gitlab.archlinux.org.