mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
fixed flexget md5sum
This commit is contained in:
parent
b9b2dfe14b
commit
a8d6467558
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ makedepends=('python2-distribute')
|
|||
license=('MIT')
|
||||
install=('flexget.install')
|
||||
source=("http://download.flexget.com/unstable/${_pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('45342564e1aaabb39b334b178d93f7d5')
|
||||
md5sums=('19168215fc3674e1631f245c03cd1e36')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue