summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSalih Emin2020-09-06 00:57:51 +0300
committerSalih Emin2020-09-06 00:57:51 +0300
commit83741b901c424c9ff5b2003e9bea8c335471d191 (patch)
tree5e6e1b7a778bb62fd635f257e13ef43f4c0db6fa /PKGBUILD
parent390bb6f9d94552ede918a2353cf057717e02c535 (diff)
downloadaur-83741b901c424c9ff5b2003e9bea8c335471d191.tar.gz
fixed no such file or directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b77f25ac86e..70284a866d9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=( 'any' )
url="https://github.com/CerebruxCode/Shelldio"
license=('GPL3')
depends=( 'mpv' )
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CerebruxCode/Shelldio/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CerebruxCode/shelldio/archive/v${pkgver}.tar.gz")
package() {
cd "$pkgname-$pkgver"
@@ -15,4 +15,3 @@ package() {
install -Dm755 shelldio.sh "$pkgdir/usr/bin/shelldio"
}
-md5sums=('727a54600ad9d11bc037f9c33e374ed4')