summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-02-01update 3.9.1Coraline Shuryn
2023-04-30update pkgrel (oops)Scarlett Veldt
2023-04-30fix build issues in clean chrootScarlett Veldt
2023-04-29Make source download filename uniquewillemw12
Minor edits.
2023-04-26change comaintainer labelScarlett
2023-04-26Move to gdrive2's successor, gdrive3Scarlett
2021-11-06Add "go mod tidy"willemw12
Remove 'dep'. Don't make the modules files read-only and add -e to "go mod tidy". Set GOCACHE.
2021-06-25Change "install -D"willemw12
2021-05-31Edit _gopkgwillemw12
2021-05-292.1.1willemw12
Fix dep init Update build options Change url back to https://github.com/prasmussen/gdrive Change source git:// to git+https:// Update "arch" Remove _pkgname
2020-03-14Migrate from deprecated 'godep' to 'dep'willemw12
2019-11-15Fix warning "godep should only be used inside a valid go package directory"willemw12
Change source URl from git:// to git+https;//
2019-06-11Change upstream URL to https://github.com/gdrive-org/gdrivewillemw12
2016-04-242.1.0. Add godep. Cleanup.willemw12
2016-03-06Update to version 2.0.1Philipp Klein
Also switch back to bulding the package which works now like a charm.
2015-09-30Update to version 1.9.0Philipp Klein
Also switch back to shipping prebuilt binaries which are provided by upstream, because the built process is not very reliable and the issue [1] opened by me was not answered. [1]: https://github.com/prasmussen/gdrive/issues/64
2015-06-10Update to version 1.8.0Philipp Klein
This makes the package building again (go really needs a better dependency mnagement).
2015-06-10Compile gdrive instead of using the prebuilt binariesPhilipp Klein
- fetch source now via github releases and build it - make more use of variables (e.g. $pkgname intead of a harcoded "gdrive") - drop the LICENSE file since it is provided in the source - bump pkgrel
2015-06-10Initial commit: first version of PKGBUILDPhilipp Klein