patch unneded

webkit2png
Manuel Genovés 2018-10-19 19:09:48 +02:00
parent 61f3122afc
commit ca758621d5
1 changed files with 2 additions and 9 deletions

View File

@ -11,21 +11,14 @@ makedepends=('python-setuptools')
optdepends=('texlive-core' 'otf-fira-mono: Recommended font')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=('git+https://github.com/UberWriter/uberwriter.git'
'uberwriter.patch')
sha256sums=('SKIP'
'11f4c27a7f8ae954dd69f691b3a2c49db019cbc3c6a2e4c4a1a47293162e3d1b')
source=('git+https://github.com/UberWriter/uberwriter.git#branch=refactoring')
sha256sums=('SKIP')
pkgver() {
cd $_pkgname
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {
cd $_pkgname
patch -Np1 -i "${srcdir}/uberwriter.patch"
}
build() {
cd $_pkgname
python setup.py build