summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin2019-05-16 13:24:01 -0500
committerKevin2019-05-16 13:24:01 -0500
commit05c0b16edfbd11545037138b36c4efa3a48045b6 (patch)
treea718992f0c25b7290817a4e38f088dd3ffd378c7 /PKGBUILD
parent79a8769a306467670bd4cd25dda40dd7045c7bde (diff)
downloadaur-05c0b16edfbd11545037138b36c4efa3a48045b6.tar.gz
fix: md5sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6bd2e796d50..3f4516ccbfe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ conflicts=()
options=()
install=$pkgname.install
source=("https://github.com/quebin31/$pkgname/archive/$pkgver.tar.gz")
-md5sums=(046714c66b69d3612619ac51b77fb87d)
+md5sums=(27da24091f5c3fc3fa87425fdccaa239)
package() {
cd "$pkgname-$pkgver"