summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzneix2021-05-13 15:15:04 +0200
committerzneix2021-05-13 15:15:04 +0200
commit542d4faa1ba88022b5ad30e951aebafe0f406950 (patch)
tree7720852fa18eb4c09657ae31fe3bca4af15ddf53 /PKGBUILD
parent3f423a8cd6e6510f70553a1a60b3ea5a5eebfc1a (diff)
downloadaur-542d4faa1ba88022b5ad30e951aebafe0f406950.tar.gz
Use sha256sums instead of md5sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47044156840a..6ae8f36e79f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('cmake' 'git')
provides=('x11-emoji-picker')
conflicts=('x11-emoji-picker')
source=('x11-emoji-picker::git+https://github.com/GaZaTu/x11-emoji-picker')
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/x11-emoji-picker"