summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Etherington2022-03-13 08:20:37 +0200
committerConnor Etherington2022-03-13 08:20:37 +0200
commitae432dd8118408ad559968d066e4d54df0345b12 (patch)
tree5a19bb704b4fd33136e83c29c2fabb2395a4f090
parenta0fd3e7c65cdff07a2eb1094827f7f6669f29ec7 (diff)
downloadaur-ae432dd8118408ad559968d066e4d54df0345b12.tar.gz
Update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddf130ca074a..d0033978831a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,9 @@ pkgbase = concise-keyring
arch = any
license = MIT
makedepends = git
- source = git+https://gitlab.com/qYp/concise-keyring.git
- md5sums = SKIP
+ source = https://gitlab.com/qYp/concise/-/raw/master/x86_64/concise-keyring-1.0.2-1-any.pkg.tar.zst
+ source = https://gitlab.com/qYp/concise/-/raw/master/x86_64/concise-keyring-1.0.2-1-any.pkg.tar.zst.sig
+ md5sums = 2946c1d65244eac4076b9a0b1069d8d9
+ md5sums = 20541511c9a0f3fa1967f9c56b76389f
pkgname = concise-keyring
diff --git a/PKGBUILD b/PKGBUILD
index c46342ef32b2..989be432d42c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,14 @@ arch=(any)
url="https://gitlab.com/qYp/${pkgname}"
license=('MIT')
makedepends=(git)
-source=("git+${url}.git")
-md5sums=('SKIP')
+source=(
+ "https://gitlab.com/qYp/concise/-/raw/master/x86_64/${pkgname}-${pkgver}-${pkgrel}-any.pkg.tar.zst"
+ "https://gitlab.com/qYp/concise/-/raw/master/x86_64/${pkgname}-${pkgver}-${pkgrel}-any.pkg.tar.zst.sig"
+)
+md5sums=('2946c1d65244eac4076b9a0b1069d8d9'
+ '20541511c9a0f3fa1967f9c56b76389f')
package() {
- cd "${pkgname}"
- install -Dm644 ${srcdir}/${pkgname}/usr/share/pacman/keyrings/* -t "${pkgdir}/usr/share/pacman/keyrings/"
- install -Dm755 -o root -g wheel ${srcdir}/${pkgname}/opt/Concise/Keyring/* -t "${pkgdir}/opt/Concise/Keyring/"
+ install -Dm644 ${srcdir}/usr/share/pacman/keyrings/* -t "${pkgdir}/usr/share/pacman/keyrings/"
+ install -Dm755 -o root -g wheel ${srcdir}/opt/Concise/Keyring/* -t "${pkgdir}/opt/Concise/Keyring/"
}