Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
goxel
Commits:
b7cc36c9 by Alexander F. Rødseth at 2024-02-07T09:35:17+01:00
upgpkg: 0.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = goxel
pkgdesc = 3D program that lets you create voxel volumes
- pkgver = 0.12.0
- pkgrel = 2
+ pkgver = 0.14.0
+ pkgrel = 1
url = https://goxel.xyz/
arch = x86_64
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = goxel
makedepends = scons
depends = glfw
depends = gtk3
- source =
git+https://github.com/guillaumechereau/goxel#commit=4cdf7bc49cbfd87e60692f49483ea60271729845
+ source =
git+https://github.com/guillaumechereau/goxel#commit=1cca5942922a98d3bfa240854bb2905fb21e16f7
b2sums = SKIP
pkgname = goxel
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
# Contributor: Tesx <[email protected]>
pkgname=goxel
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
pkgdesc='3D program that lets you create voxel volumes'
arch=(x86_64)
url='https://goxel.xyz/'
license=(GPL3)
depends=(glfw gtk3)
makedepends=(git scons)
-source=("git+https://github.com/guillaumechereau/goxel#commit=4cdf7bc49cbfd87e60692f49483ea60271729845")
# tag: v0.12.0
-b2sums=('SKIP')
+source=("git+https://github.com/guillaumechereau/goxel#commit=1cca5942922a98d3bfa240854bb2905fb21e16f7")
# tag: v0.14.0
+b2sums=(SKIP)
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/goxel/-/commit/b7cc36c940b07e0c969673bd1421dc4979063727
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/goxel/-/commit/b7cc36c940b07e0c969673bd1421dc4979063727
You're receiving this email because of your account on gitlab.archlinux.org.