git » signond.git » commit f3a789c

Fix source (FS#70757)

author Antonio Rojas
2021-05-08 18:33:28 UTC
committer Antonio Rojas
2021-05-08 18:33:28 UTC
parent 34cb43945e8ee64facfbbceaa4b53f4ebd163162

Fix source (FS#70757)

PKGBUILD +4 -7

diff --git a/PKGBUILD b/PKGBUILD
index 57e55a9..5f24063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,20 +11,17 @@ url="https://gitlab.com/accounts-sso/signond/"
 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