upgpkg: libcrossguid-git 0.2.2.r52.gca1bf4b-2

update file location
This commit is contained in:
Cedric Girard 2022-09-08 17:18:38 +02:00
parent c0a85d6d77
commit 420ece6fd8
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = libcrossguid-git pkgbase = libcrossguid-git
pkgdesc = Lightweight cross platform C++ GUID/UUID library pkgdesc = Lightweight cross platform C++ GUID/UUID library
pkgver = 0.2.2.r52.gca1bf4b pkgver = 0.2.2.r52.gca1bf4b
pkgrel = 1 pkgrel = 2
url = https://github.com/graeme-hill/crossguid url = https://github.com/graeme-hill/crossguid
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -14,4 +14,3 @@ pkgbase = libcrossguid-git
md5sums = SKIP md5sums = SKIP
pkgname = libcrossguid-git pkgname = libcrossguid-git

View File

@ -2,7 +2,7 @@
pkgname=libcrossguid-git pkgname=libcrossguid-git
pkgver=0.2.2.r52.gca1bf4b pkgver=0.2.2.r52.gca1bf4b
pkgrel=1 pkgrel=2
pkgdesc="Lightweight cross platform C++ GUID/UUID library" pkgdesc="Lightweight cross platform C++ GUID/UUID library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/graeme-hill/crossguid" url="https://github.com/graeme-hill/crossguid"
@ -33,7 +33,7 @@ check(){
package() { package() {
cd "$srcdir"/libcrossguid cd "$srcdir"/libcrossguid
install -D -m644 libcrossguid.a "${pkgdir}/usr/lib/libcrossguid.a" install -D -m644 libcrossguid.a "${pkgdir}/usr/lib/libcrossguid.a"
install -D -m644 include/crossguid/guid.hpp "${pkgdir}/usr/include/guid.hpp" install -D -m644 include/crossguid/guid.hpp "${pkgdir}/usr/include/crossguid/guid.hpp"
install -D -m644 crossguid.pc "${pkgdir}/usr/lib/pkgconfig/crossguid.pc" install -D -m644 crossguid.pc "${pkgdir}/usr/lib/pkgconfig/crossguid.pc"
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
} }