summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNebulosa2024-04-06 00:01:01 +0300
committerNebulosa2024-04-06 00:01:01 +0300
commit3a5cc59cd577d01466b1aa808bd47ccf5f8b86f3 (patch)
treef0ba156fa3ccee80fa26ca5cbe3af596b4b767cd
parent36dd12386cc7e0118e151a8bf48caf73f9f99329 (diff)
downloadaur-3a5cc59cd577d01466b1aa808bd47ccf5f8b86f3.tar.gz
Edit sources
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c191e1a72929..0a9cdcf2b039 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scu-bin
pkgdesc = System fetch utility is aimed at informativeness
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/omnitix/scu
arch = x86_64
license = GPL-3.0-or-later
@@ -10,8 +10,8 @@ pkgbase = scu-bin
provides = scu
conflicts = scu
options = !debug
- source = scu::https://gitlab.com/omnitix/scu/-/jobs/6560691221/artifacts/raw/target/release/scu
- source = scu.md5::https://gitlab.com/omnitix/scu/-/jobs/6560691221/artifacts/raw/scu.md5sum
+ source = https://gitlab.com/omnitix/scu/-/jobs/6560963780/artifacts/raw/scu
+ source = https://gitlab.com/omnitix/scu/-/jobs/6560963780/artifacts/raw/scu.md5sum
b2sums = 43b3ec558bf6b853aba3363aa978bd4e2e48706994f8e91a0ea143680954b97a71171e050ad665e7538af69314cd6887c787abe674783b651add2084f67ea6c9
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 49ff97012458..4db8f5cfa255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=scu-bin
pkgver=1.4.0
-pkgrel=1
-_build=6560691221
+pkgrel=2
+_build=6560963780
pkgdesc="System fetch utility is aimed at informativeness"
arch=(x86_64)
url="https://gitlab.com/omnitix/${pkgname%-bin}"
@@ -12,13 +12,12 @@ depends=(gcc-libs glibc)
provides=(${pkgname%-bin})
conflicts=(${pkgname%-bin})
options=(!debug)
-source=(${pkgname%-bin}::$url/-/jobs/$_build/artifacts/raw/target/release/scu
- ${pkgname%-bin}.md5::$url/-/jobs/$_build/artifacts/raw/scu.md5sum)
+source=($url/-/jobs/$_build/artifacts/raw/scu{,.md5sum})
b2sums=('43b3ec558bf6b853aba3363aa978bd4e2e48706994f8e91a0ea143680954b97a71171e050ad665e7538af69314cd6887c787abe674783b651add2084f67ea6c9'
'SKIP')
prepare() {
- md5sum -c ${pkgname%-bin}.md5
+ md5sum -c ${pkgname%-bin}.md5sum
}
package() {