summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-02-24 12:44:29 -0700
committeryochananmarqos2019-02-24 12:44:29 -0700
commitd6d7fd8c1e2fdec59f66f7a5604b2919e8dd7bf0 (patch)
treeb30fb2ae2cc169fcd9e0bbb86b63b64fb4788eee /PKGBUILD
parent84b675d341dd53fa3c875ad66d94a85b6102c080 (diff)
downloadaur-d6d7fd8c1e2fdec59f66f7a5604b2919e8dd7bf0.tar.gz
switched from md5sums to sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cbfdd4554ef..4d898f2c7bed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/linux-man/$pkgname"
license=('GPL3')
depends=('python-mediainfodll' 'nemo-python')
source=("$pkgname-$_pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
-md5sums=('6723405faaed04aec1c930fc74fcf099')
+sha256sums=('6723405faaed04aec1c930fc74fcf099')
package() {
cd "${pkgname}-${_pkgver}"