diff options
author | George Thomas | 2025-04-22 12:38:00 +0100 |
---|---|---|
committer | George Thomas | 2025-04-22 12:38:00 +0100 |
commit | 17117dafe5fb465b178aef075f85cf7fe3ae50aa (patch) | |
tree | fe7f30dfcd551d18128dbe8de13ca91155d27984 | |
parent | f1f0c15904eae361c5eaf4f09f32c6037b7bfe0e (diff) | |
download | aur-wxc.tar.gz |
Bump to 1.0.0.2
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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) |