index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-12-11 20:06:10 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-12-11 20:06:10 +0100 |
commit | 3d922201d4e275c09fb13dcf82004fdf04fb03c5 (patch) | |
tree | 4086d267f059429f77024e785ef66345324866bb /community | |
parent | 0187985c19281f3df81ce7c26ad2ba4e22bbfc2a (diff) |
-rw-r--r-- | community/python-tomlkit/PKGBUILD | 9 |
diff --git a/community/python-tomlkit/PKGBUILD b/community/python-tomlkit/PKGBUILD deleted file mode 100644 index 6c999720..00000000 --- a/community/python-tomlkit/PKGBUILD +++ /dev/null @@ -1,9 +0,0 @@ -# breaking dephell cycle (even if that means we build a broken tomlkit) -makedepends=(${makedepends[@]//python-dephell/}) - -eval "$( - declare -f prepare | \ - sed ' - s/dephell/#dephell/ - ' -)" |