summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Pałubicki2019-03-16 21:16:58 +0100
committerMichał Pałubicki2019-03-16 21:18:42 +0100
commit20070bb0f9570e4f8d4f152521a0c49929dbcf95 (patch)
tree8e8f39138b677a39cd1d6acd0eab557966975e77 /PKGBUILD
parentc8dc771b1280c9ad953013d1cb4c7336d998c18b (diff)
downloadaur-20070bb0f9570e4f8d4f152521a0c49929dbcf95.tar.gz
Update version to 0.2.3
Patching is no longer needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 3 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f32ff771a4bb..992166ce88a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=agate-excel
pkgname=python-$_pkgname
-pkgver=0.2.2
-pkgrel=4
+pkgver=0.2.3
+pkgrel=1
pkgdesc="Adds read support for Excel files (xls and xlsx) to agate"
arch=('any')
url="http://agate-excel.readthedocs.org/"
@@ -22,18 +22,8 @@ makedepends=(
)
source=(
"https://github.com/wireservice/agate-excel/archive/${pkgver}.tar.gz"
- "openpyxl-min_row.patch"
)
-sha256sums=(
- '37acbc114c4c60aa37f908d93a9e9b597c3ba0ee42672f36f7a317f8af8fc581'
- '56bba8744905429040cf8c2d4e343f654d0039c051fafff332fc1002e71ce278'
- )
-
-prepare() {
- cd "$srcdir/$_pkgname-$pkgver"
- # See: https://github.com/wireservice/agate-excel/issues/26
- patch -p1 -i "$srcdir/openpyxl-min_row.patch"
-}
+sha256sums=('83fc1e68b94704b7dae5f0880cb66facec43ecda08d5eafda3c0f2c27587cf53')
package() {
cd "$srcdir/$_pkgname-$pkgver"