Skip to content

Commit

Permalink
Add #include <cstdint> to guid.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwoud committed Jun 12, 2024
1 parent 510a95e commit b76f0c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ conflicts=('libcrossguid')
source=('libcrossguid::git+https://github.com/graeme-hill/crossguid.git')
md5sums=('SKIP')

prepare() {
cd "$srcdir"/libcrossguid
# Add #include <cstdint> to guid.hpp
sed -i '/#include <functional>/a #include <cstdint>' \
include/crossguid/guid.hpp
}

pkgver() {
cd "$srcdir"/libcrossguid
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
Expand Down

0 comments on commit b76f0c8

Please sign in to comment.