diff --git a/libxdg-basedir/.signature b/libxdg-basedir/.signature index 6f469e9ac..6d6aeb0c7 100644 --- a/libxdg-basedir/.signature +++ b/libxdg-basedir/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37ug5yDEMl8YghHrW5wJtVRnakncUmKm96DPBtBkoiCfBOI+7/CAERq9mR4yjPCXEdKDCdHILp0FbKpukPvzAAQ= -SHA256 (Pkgfile) = 43539fb81217ad828009f3aa7f353fbb2a92d1049316d4635ce606e688e0bc9d +RWSagIOpLGJF39erpamBDcpr1tvg2NviNDb+InvVF+p09T88niHb+rxUybAzL1/Xc4GELPLJjGC5e5naI6hnA1O8twfGuacPhwA= +SHA256 (Pkgfile) = 06e59626c0a1639397c632015840ef53d3dfc6468859d94dab213615c7b949a0 SHA256 (.footprint) = 9bebe11b48966f10b1311b9995a2ae64722ce578ae1f2689d67876030a5229d7 -SHA256 (libxdg-basedir-1.2.0.tar.gz) = 1c2b0032a539033313b5be2e48ddd0ae94c84faf21d93956d53562eef4614868 +SHA256 (libxdg-basedir-1.2.2.tar.gz) = ea6c7b332db0f7fabd7f5baef4be56b8ef33804e05d36acbac4c083c0130cb99 diff --git a/libxdg-basedir/Pkgfile b/libxdg-basedir/Pkgfile index 87452e3c1..495daf47f 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/devnev/libxdg-basedir +# URL: https://github.com/davmac314/libxdg-basedir # Maintainer: Matt Housh, jaeger at crux dot ninja name=libxdg-basedir -version=1.2.0 +version=1.2.2 release=1 -source=(https://github.com/devnev/$name/archive/$name-$version/$name-$version.tar.gz) +source=(https://github.com/davmac314/$name/archive/v$version/$name-$version.tar.gz) build() { - cd $name-$name-$version + cd $name-$version NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr make