summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnix Sheikh2019-10-12 22:28:49 +0200
committerUnix Sheikh2019-10-12 22:28:49 +0200
commit290a2d0aefe447bb437359290593b5f55c83f73d (patch)
treefed8c43052e720055ae0578d6b3e0f64ad1f5521
parent0d69ad091e2635d676e6aa74632106b617486d87 (diff)
downloadaur-290a2d0aefe447bb437359290593b5f55c83f73d.tar.gz
Fix md5
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88db078e8406..9b3b773e1e8e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = salahtime
arch = any
license = The Unlicense
source = https://github.com/unixsheikh/salahtime/archive/1.0.3.zip
- md5sums = da49a81ceb2f5fcba070b3e550299345
+ md5sums = c25847c8933dab65d6bb4ab69dfd77a6
pkgname = salahtime
diff --git a/PKGBUILD b/PKGBUILD
index 2b64cf887002..3188f8c5f149 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('The Unlicense')
source=("https://github.com/unixsheikh/salahtime/archive/1.0.3.zip")
-md5sums=('da49a81ceb2f5fcba070b3e550299345')
+md5sums=('c25847c8933dab65d6bb4ab69dfd77a6')
build() {
cd "$srcdir/$pkgname-$pkgver"