summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Castro2020-04-01 06:55:04 -0600
committerJesús Castro2020-04-01 06:55:04 -0600
commitcc0d9635e1f23c47bdcd2128fb5ac53538ffe50a (patch)
tree7db730b1f53f90097fa35ac732e5b0ef1b8e8a4f
parentc6fd15233b660fb57a48ad0ff5d1666f476ace53 (diff)
downloadaur-cc0d9635e1f23c47bdcd2128fb5ac53538ffe50a.tar.gz
pkgbuild: using sha512 sums
This adds a more secure checksum. Signed-off-by: Jesús Castro <x51v4n@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d6b8b6c9318..5896508d24a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-gnome
pkgdesc = Use i3 with GNOME Session integration.
pkgver = 3.36.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/i3-gnome/i3-gnome/
arch = any
@@ -12,7 +12,7 @@ pkgbase = i3-gnome
optdepends = gdm
optdepends = gnome-flashback
source = i3-gnome-3.36.0.zip::https://github.com/i3-gnome/i3-gnome/archive/3.36.0.zip
- sha256sums = 51ff02691eec736d0bc2be74735be7e218d18ad065e1aeee9f657295a6d8051f
+ sha512sums = aed6340aa3d90055f4401c1507c0db516e87791b3e4a5934d910189c293c8603a0f9d0771aa55aa2c5e16de70149d2cb6cb29d0d6f02fd73df3ac9fc8c9f0881
pkgname = i3-gnome
diff --git a/PKGBUILD b/PKGBUILD
index 536c7c214708..45caa266d4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=i3-gnome
pkgver=3.36.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Use i3 with GNOME Session integration."
arch=('any')
@@ -18,7 +18,7 @@ optdepends=(
'gnome-flashback'
)
source=($pkgname-$pkgver.zip::https://github.com/i3-gnome/i3-gnome/archive/$pkgver.zip)
-sha256sums=('51ff02691eec736d0bc2be74735be7e218d18ad065e1aeee9f657295a6d8051f')
+sha512sums=('aed6340aa3d90055f4401c1507c0db516e87791b3e4a5934d910189c293c8603a0f9d0771aa55aa2c5e16de70149d2cb6cb29d0d6f02fd73df3ac9fc8c9f0881')
build() {
cd "$pkgname-$pkgver"