upgpkg: thumbor 7.0.0a5-3
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
pkgbase = thumbor
|
||||
pkgdesc = open-source photo thumbnail service
|
||||
pkgver = 7.0.0a5
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/thumbor/thumbor
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
depends = python-colorful
|
||||
depends = python-pycurl
|
||||
depends = python-opencv
|
||||
depends = python-exiv2
|
||||
depends = python-cairosvg
|
||||
depends = python-tornadoi
|
||||
depends = gifsicle
|
||||
depends = python-libthumbor
|
||||
backup = etc/thumbor.conf
|
||||
source = https://github.com/thumbor/thumbor/archive/7.0.0a5.tar.gz
|
||||
source = thumbor.service
|
||||
|
@@ -2,12 +2,12 @@
|
||||
|
||||
pkgname=thumbor
|
||||
pkgver=7.0.0a5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="open-source photo thumbnail service"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/thumbor/thumbor"
|
||||
license=('MIT')
|
||||
depends=(python)
|
||||
depends=(python python-colorful python-pycurl python-opencv python-exiv2 python-cairosvg python-tornadoi gifsicle python-libthumbor)
|
||||
makedepends=(python-setuptools)
|
||||
backup=("etc/thumbor.conf")
|
||||
source=("https://github.com/thumbor/thumbor/archive/$pkgver.tar.gz"
|
||||
|
Reference in New Issue
Block a user