summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372019-06-10 18:09:04 -0300
committerbtd13372019-06-10 18:09:04 -0300
commit50abcd98819471277e471b6c29e7bbeb5f68bc94 (patch)
tree613413af2cd38ea99a8441b59b3a9e7545f4bc70
parent1fdb2ea5b170a74e0ddb64eb656eff6eddc665c3 (diff)
downloadaur-50abcd98819471277e471b6c29e7bbeb5f68bc94.tar.gz
Fix md5 hash
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8120dae879d..b7ee7248e847 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = pantheon-session
provides = session-settings
conflicts = session-settings-git
source = pantheon-session-5.0.3.tar.gz::https://github.com/elementary/session-settings/archive/5.0.3.tar.gz
- md5sums = 88abf99e0feffe27c9f92a5ec218c408
+ md5sums = acba82053719804cf5751e27c36ab26b
pkgname = pantheon-session
diff --git a/PKGBUILD b/PKGBUILD
index 52ddea1e7207..5697a2a90114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ optdepends=('pantheon-default-settings')
provides=("${_gitname}")
conflicts=("${_gitname}-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-md5sums=("88abf99e0feffe27c9f92a5ec218c408")
+md5sums=("acba82053719804cf5751e27c36ab26b")
package() {
cd "$srcdir/$pkgname-$pkgver"