summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Etherington2022-03-22 13:09:35 +0200
committerConnor Etherington2022-03-22 13:09:35 +0200
commite755fd3b7572c20b53987e9905891602f670d90e (patch)
treed23b99442b09ff359a99897c08a15bcf97f6b337
parentfd76ca4d6e7ef8c6b97aab7030f51961b476adf0 (diff)
downloadaur-e755fd3b7572c20b53987e9905891602f670d90e.tar.gz
Update.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee69172c1ea9..8ef87fd7cb3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,6 @@ source=("https://gitlab.com/qYp/concise/-/raw/master/x86_64/${pkgname}-${pkgver}
sha256sums=('46bfc357d663be4b42d8ca94aa1be60241f6597f13e9a728fd5ba2640b4e2f83')
package() {
- 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/"
}