Search Criteria
Package Details: osticket 1.15.1-1
Git Clone URL: | https://aur.archlinux.org/osticket.git (read-only, click to copy) |
---|---|
Package Base: | osticket |
Description: | A widely-used open source support ticket system. |
Upstream URL: | http://www.osticket.com/ |
Licenses: | |
Submitter: | None |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2011-06-18 17:36 |
Last Updated: | 2020-12-07 21:45 |
Dependencies (4)
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server)
- php (php55, php53, php70, php71, php-zts, php72, php56, php73)
- php-apache (php55-apache, php53-apache, php-apache22, php-zts-apache, php72-apache, php56-apache)
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
ArthurBorsboom commented on 2015-08-08 21:00
http://osticket.com/download/go?dl=osTicket-v1.9.11.zip
ArthurBorsboom commented on 2015-07-20 19:56
And its MD5sum
f5519cad52b1448664c6a9b67d930465
ArthurBorsboom commented on 2015-07-20 19:53
I believe you forgot to update the pkgver in the PKGBUILD.
It is still downloading (and installing) the old version :)
ArthurBorsboom commented on 2015-05-28 18:36
Hereby the confirmation that the upgrade from v1.9.7 to v1.9.8 went all smooth.
Again, good work!
ArthurBorsboom commented on 2015-05-28 07:22
You rock!
Thanks for your efforts.
It is appreciated!
I will test it tonight, since during the day our company uses osticket.
The result will be reported back here.
sigmundv commented on 2015-05-27 17:09
The package has now been updated. :)
sigmundv commented on 2015-05-27 15:51
Hi there, I'll look at that within the next hour. Thamks for bringing it to my attention.
ArthurBorsboom commented on 2015-05-27 15:20
Hi Sigmund,
Do you have any idea when you are able to update this package?
dan457 commented on 2015-04-24 16:16
Just noticed you uploaded a fix already, so my edit may not be needed.
dan457 commented on 2015-04-24 16:13
You cannot use the variable $pkgname in the unzip line in PKGBUILD, as the download has a capital T, and pkgname is all lowercase.
Quick and dirty fix edit PKGBUILD during install and change unzip line to:
unzip -d ${pkgdir}/srv/http/osticket osTicket-v$pkgver.zip