updpkg: 0.7.0

This commit is contained in:
Joffrey 2020-04-26 09:17:41 +00:00
parent 1be2b08433
commit 50029e03e0
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-django-webpack-loader
pkgdesc = Transparently use webpack with django
pkgver = 0.6.0
pkgrel = 3
pkgver = 0.7.0
pkgrel = 1
url = https://github.com/owais/django-webpack-loader
arch = any
license = MIT
@ -10,8 +10,8 @@ pkgbase = python-django-webpack-loader
depends = python-lxml
depends = python-six
depends = python-requests
source = python-django-webpack-loader-0.6.0.tar.gz::https://github.com/owais/django-webpack-loader/archive/0.6.0.tar.gz
sha256sums = 5859d1794a08a02d2453b29a4a5c847bb2e16e415c4b9b13979f7cd90e209005
source = python-django-webpack-loader-0.7.0.tar.gz::https://github.com/owais/django-webpack-loader/archive/0.7.0.tar.gz
sha256sums = fef6b13bbd61d682e12f3bd73bb7ac1c398dd0dea22ef2cf34309c6d1078b0d1
pkgname = python-django-webpack-loader

View file

@ -1,8 +1,8 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname='python-django-webpack-loader'
pkgver=0.6.0
pkgrel=3
pkgver=0.7.0
pkgrel=1
pkgdesc='Transparently use webpack with django'
arch=('any')
url='https://github.com/owais/django-webpack-loader'
@ -15,7 +15,7 @@ depends=(
)
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('5859d1794a08a02d2453b29a4a5c847bb2e16e415c4b9b13979f7cd90e209005')
sha256sums=('fef6b13bbd61d682e12f3bd73bb7ac1c398dd0dea22ef2cf34309c6d1078b0d1')
package() {
cd "$srcdir/django-webpack-loader-$pkgver"