diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-06-16 20:05:26 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-06-16 20:05:26 -0500 |
commit | 0c50d6186acc54b8d60fb4a7eb92bcd9efda9a91 (patch) | |
tree | a38a9d6060eaf2bf80140c83db8b439a13222268 /libxdg-basedir | |
parent | 190f178504f58c2dbcdcbb743e9917e1297473ca (diff) | |
download | contrib-0c50d6186acc54b8d60fb4a7eb92bcd9efda9a91.tar.gz contrib-0c50d6186acc54b8d60fb4a7eb92bcd9efda9a91.tar.xz |
libxdg-basedir: updated to version 1.2.3
Diffstat (limited to 'libxdg-basedir')
-rw-r--r-- | libxdg-basedir/.signature | 6 | ||||
-rw-r--r-- | libxdg-basedir/Pkgfile | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libxdg-basedir/.signature b/libxdg-basedir/.signature index 6d6aeb0c7..58664df4c 100644 --- a/libxdg-basedir/.signature +++ b/libxdg-basedir/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39erpamBDcpr1tvg2NviNDb+InvVF+p09T88niHb+rxUybAzL1/Xc4GELPLJjGC5e5naI6hnA1O8twfGuacPhwA= -SHA256 (Pkgfile) = 06e59626c0a1639397c632015840ef53d3dfc6468859d94dab213615c7b949a0 +RWSagIOpLGJF38ID+HZfBBMKtt8X6Ok5O/Ci9mKqd9+YSiKsw7b7y+W0hw0uQYLoVbpFPQCLGIXdk3O1mNQNl/50QAG4HbrSRgU= +SHA256 (Pkgfile) = e45de6a79de6cfa6e6839f2fb7622f18d75ee3b49e898a3657937611339dd81f SHA256 (.footprint) = 9bebe11b48966f10b1311b9995a2ae64722ce578ae1f2689d67876030a5229d7 -SHA256 (libxdg-basedir-1.2.2.tar.gz) = ea6c7b332db0f7fabd7f5baef4be56b8ef33804e05d36acbac4c083c0130cb99 +SHA256 (libxdg-basedir-1.2.3.tar.gz) = ff30c60161f7043df4dcc6e7cdea8e064e382aa06c73dcc3d1885c7d2c77451d diff --git a/libxdg-basedir/Pkgfile b/libxdg-basedir/Pkgfile index 495daf47f..76420ea5d 100644 --- a/libxdg-basedir/Pkgfile +++ b/libxdg-basedir/Pkgfile @@ -1,14 +1,14 @@ # Description: An implementation of the XDG Base Directory specifications -# URL: https://github.com/davmac314/libxdg-basedir +# URL: https://github.com/devnev/libxdg-basedir # Maintainer: Matt Housh, jaeger at crux dot ninja name=libxdg-basedir -version=1.2.2 +version=1.2.3 release=1 -source=(https://github.com/davmac314/$name/archive/v$version/$name-$version.tar.gz) +source=(https://github.com/devnev/$name/archive/$name-$version/$name-$version.tar.gz) build() { - cd $name-$version + cd $name-$name-$version NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr make |