aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Thomas2025-04-22 12:38:00 +0100
committerGeorge Thomas2025-04-22 12:38:00 +0100
commit17117dafe5fb465b178aef075f85cf7fe3ae50aa (patch)
treefe7f30dfcd551d18128dbe8de13ca91155d27984
parentf1f0c15904eae361c5eaf4f09f32c6037b7bfe0e (diff)
downloadaur-wxc.tar.gz
Bump to 1.0.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62ac254776d9..7cbc63635ed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxc
pkgdesc = A C wrapper around the wxWidgets C++ library
- pkgver = 1.0.0.1
+ pkgver = 1.0.0.2
pkgrel = 1
url = https://codeberg.org/wxHaskell/wxHaskell
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = wxc
depends = gcc
depends = jsoncpp
depends = wxwidgets
- source = git+https://codeberg.org/wxHaskell/wxHaskell#commit=d4f373020f11b00e96c78c27d4af9d45d8552a15
+ source = git+https://codeberg.org/wxHaskell/wxHaskell#commit=25688550f6e13615740ffb771b00eb93efbbb485
sha512sums = SKIP
pkgname = wxc
diff --git a/PKGBUILD b/PKGBUILD
index dd790636b5df..bc5195f1f702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: George Thomas <georgefsthomas@gmail.com>
pkgname="wxc"
-pkgver="1.0.0.1" # TODO keep this in sync? https://wiki.archlinux.org/title/VCS_package_guidelines#The_pkgver()_function
+pkgver="1.0.0.2" # TODO keep this in sync? https://wiki.archlinux.org/title/VCS_package_guidelines#The_pkgver()_function
pkgrel="1"
pkgdesc="A C wrapper around the wxWidgets C++ library"
url="https://codeberg.org/wxHaskell/wxHaskell"
@@ -8,7 +8,7 @@ arch=("x86_64")
depends=("gcc" "jsoncpp" "wxwidgets")
makedepends=("git" "cmake")
license=("custom:wxWindows")
-source=("git+${url}#commit=d4f373020f11b00e96c78c27d4af9d45d8552a15") # TODO only clone `wxc` subdir and `license.txt`?
+source=("git+${url}#commit=25688550f6e13615740ffb771b00eb93efbbb485") # TODO only clone `wxc` subdir and `license.txt`?
sha512sums=("SKIP")
package() {
(cd wxHaskell/wxc && ./generate-version-header.sh)