summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-06-23Update source= and url=, bump pkgver=Lucas Werkmeister
git:// URLs are somewhere between deprecated (according to the out-of-date notification by a821) and non-functional (as far as I know for GitHub), so use git+https:// instead; while we’re at it, update the regular URL to use HTTPS too (and, apparently, www2 instead of www – the old URL redirects to the new one). This doesn’t actually produce a working build for me, so it’s mostly pointless, to be honest. If anyone else is interested in still getting dgsh to run, maybe this is slightly more helpful as a starting point – you may also find these additional CFLAGS useful (though they’re still not sufficient to make it work): make $MAKEFLAGS CFLAGS="$CFLAGS -Wno-implicit-function-declaration -Wno-implicit-int -Wno-incompatible-pointer-types" But my general impression is that upstream dgsh development has also stalled, and probably not much more is going to happen there.
2019-09-03Add bison and rsync to makedependsLucas Werkmeister
bison was pointed out by Nudin in the package comments, rsync I noticed myself afterwards.
2018-05-30Update .SRCINFO after moving gperf to makedependsLucas Werkmeister
2018-05-30Move gperf to makedependsLucas Werkmeister
According to AUR user eigengrau, it is already required at build time.
2018-02-15Add git to makedependsLucas Werkmeister
VCS packages should include the appropriate VCS tool in makedepends [1]. Pointed out by AUR user gdiscry on the mkosi-git package.
2017-08-08Clean up empty directoriesLucas Werkmeister
The build leaves behind an empty /var/tmp directory with permissions that differ from usual /var/tmp permissions, which causes warnings on package installation. To fix that without too much specific knowledge about any paths, simply delete all empty directories after the build. Also, refresh pkgver.
2017-03-16Refresh pkgverLucas Werkmeister
2017-02-22Initial commitLucas Werkmeister