summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAseem Athale2023-08-06 10:24:45 +0530
committerAseem Athale2023-08-06 10:24:45 +0530
commit56ed16474beb016b4512ac0c57397dbc2385e0e5 (patch)
tree976db476f9c41384366f79bd403815f0bfd949dc
parentdc8c00eccca5852ba39326039ac40913cf92ad95 (diff)
downloadaur-56ed16474beb016b4512ac0c57397dbc2385e0e5.tar.gz
python-curses-menu: Remove unused leftover options field
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77b385e1f2c7..844326c19e9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Aseem Athale <athaleaseem@gmail.com>
# Contributor: Carlos Aznarán Laos <caznaranl@uni.pe>
# Contributor: Clint Valentine <valentine.clint@gmail.com>
+
_base=curses-menu
pkgname=python-${_base}
pkgver=0.7.0
@@ -11,7 +12,6 @@ url="https://github.com/pmbarrett314/${_base}"
license=(MIT)
depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-poetry')
-# options=(!emptydirs)
source=(${url}/archive/refs/tags/${pkgver}.tar.gz)
sha512sums=('d9b0ad3b481971881e144186d01e115f3a7dde569d7d0c3ccdac3a1ff4dbaf3e10e4f0d7281952cfc2945c4f970f418e13d6a56d94943b588793aedc74469aba')