Search Criteria
Package Details: php-ds 1.2.9-1
Git Clone URL: | https://aur.archlinux.org/php-ds.git (read-only, click to copy) |
---|---|
Package Base: | php-ds |
Description: | Data structures for PHP 7. |
Upstream URL: | https://github.com/php-ds/extension |
Licenses: | |
Conflicts: | |
Submitter: | bgaleotti |
Maintainer: | bgaleotti |
Last Packager: | bgaleotti |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-01 13:16 |
Last Updated: | 2020-05-03 15:03 |
Latest Comments
SalvorHardin commented on 2020-12-17 12:01
change PKGBUILD in order to build it like so:
$ sed -i 's/extension-/ext-ds-/g' PKGBUILD
illuser commented on 2020-07-03 13:20
Won't build with version 1.2.9. The extracted source files are now in a 'ds-ext' folder instead of 'extension'.
Rulatir commented on 2019-12-06 08:35
Won't build:
haoliang commented on 2018-05-26 17:07
@bgaleotti need to update the
cd $dir
in build section of PKGBUILD, see @ wkoomson 's comment.Or should we, users, just flag this package out-of-date?
wkoomson commented on 2018-01-26 20:10
All the references in the PKGBUILD that refer to "ds-$pkgver" should be changed to "extension-$pkgver", as that is what the folder from the github release zip is currently named.