summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTruocolo2024-01-04 17:14:52 +0100
committerTruocolo2024-01-04 17:14:52 +0100
commite1e1208f284437dbcc714d29cef6cbe9b7ea26a8 (patch)
treec499add876fe8f11e13b5716350b08fa1432dcbc /PKGBUILD
parent5ebdefb9776480dd51ca01c667182d28bc2f1f98 (diff)
downloadaur-e1e1208f284437dbcc714d29cef6cbe9b7ea26a8.tar.gz
remove redundant code; addressed split pygobject-devel-git in aurweb comments
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61defabe682e..d36acee374fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _meson_options=(
-D pycairo=disabled
-D python="${_py}3")
-_cflags=( "-I$( \
+_cflags=( "-I$( \
dirname \
"$(gcc \
-v 2>&1 |
@@ -114,11 +114,6 @@ package_python-gobject-git() {
-m compileall \
-d /usr/lib \
"${pkgdir}/usr/lib"
- "${_py}${_pyver}" \
- -O \
- -m compileall \
- -d /usr/lib \
- "${pkgdir}/usr/lib"
mv \
"${pkgdir}/usr/include/${_pkgbase}-3.0/${_pkgbase}.h" \
"${srcdir}/devel"