summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-03-13 19:19:01 -0500
committerCarlos Aznarán Laos2023-03-13 19:19:01 -0500
commit2d60c67cc65cdebd3412c73f3482c55693d52210 (patch)
tree4408e4f4a64bbe7933f05df35684fc560ec6d392
parentab8c34fcceb266971220466d56baf20b105d54dd (diff)
downloadaur-2d60c67cc65cdebd3412c73f3482c55693d52210.tar.gz
Do not comment graft
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26037994bce..99279bc7f92a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-trame-matplotlib
pkgdesc = Matplotlib widget for trame
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Kitware/trame-matplotlib
arch = any
license = custom:BSD-3-clause
diff --git a/PKGBUILD b/PKGBUILD
index cbb3ce2f5536..79bc5411b9eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _base=trame-matplotlib
pkgname=python-${_base}
pkgdesc="Matplotlib widget for trame"
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/Kitware/${_base}"
license=('custom:BSD-3-clause')
@@ -14,7 +14,6 @@ source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('2758400fe658697dbb27eb4f2e0cb0acbe7116e912ca69f2d472fdeb129f8f243c51613e2d588f395ccd5cf070297df4546e1323e220ca419d716173540c0de2')
prepare() {
- sed -i 's/recursive-include/#recursive-include/' ${_base}-${pkgver}/MANIFEST.in
sed -i 's/include/#include/' ${_base}-${pkgver}/MANIFEST.in
}