[arch-commits] Commit in signond/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat May 8 18:33:29 UTC 2021
Date: Saturday, May 8, 2021 @ 18:33:28
Author: arojas
Revision: 414758
Fix source (FS#70757)
Modified:
signond/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-08 18:28:19 UTC (rev 414757)
+++ PKGBUILD 2021-05-08 18:33:28 UTC (rev 414758)
@@ -11,20 +11,17 @@
license=(LGPL)
depends=(qt5-base libproxy)
makedepends=(doxygen graphviz ttf-font qt5-tools)
-conflicts=(signon signon-qt5)
-provides=(signon signon-qt5)
-replaces=(signon signon-qt5)
-source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver")
-sha1sums=('55f745a6379338e99bd2b41107a569c96c3d5db8')
+source=("https://gitlab.com/accounts-sso/signond/-/archive/VERSION_$pkgver/signond-VERSION_$pkgver.tar.bz2")
+sha256sums=('bb64fb82ecf8ce8410e61004bcb9ed5ce9da22a5aa7a80b8bb926a98f201d371')
build() {
- cd $pkgname-*
+ cd $pkgname-VERSION_$pkgver
qmake PREFIX=/usr LIBDIR=/usr/lib CONFIG+=rtti
make
}
package() {
- cd $pkgname-*
+ cd $pkgname-VERSION_$pkgver
make INSTALL_ROOT="$pkgdir" install
# Do not ship docs
More information about the arch-commits
mailing list