Commit graph

70 commits

Author SHA1 Message Date
Eduard Tolosa
e2c863351c Don't reinstall up-to-date packages. 2020-07-14 20:40:33 -05:00
Eduard Tolosa
29edc0303c No confirm 2020-06-18 13:21:17 -05:00
Eduard Tolosa
8965cdd3b4 Fix 2020-05-03 14:14:51 -05:00
Eduard Tolosa
a75243cd70 Default to read PKGBUILD. 2019-09-12 19:16:44 -05:00
defbb26491 Fix URL 2019-07-04 00:56:58 -05:00
e5db6ef4c7 Fix function 2019-03-15 20:12:23 -05:00
bc1ce3fc26 Add support for rebuild git packages 2019-03-10 18:19:34 -05:00
42dd6106e5 Update README.md 2019-01-28 15:19:27 +00:00
3e80eaff82 Update README.md 2019-01-28 15:14:28 +00:00
2cda15e3af Remove unused variable 2018-12-25 16:55:08 -05:00
50f84c4be9 Fix typo 2018-12-25 16:52:57 -05:00
85616efdfe Update with improvements
Now we use auracle instead of cower to serach packages and find AUR updates

We deleted the simplesearch and simplecheck scripts and the code was added to simpleaur script
2018-12-25 16:50:25 -05:00
a85fa8d6ee Add usage 2018-12-25 15:35:28 -05:00
14b708ab35 Improved documentation 2018-11-16 21:48:16 -05:00
3a6420b434 Added hability to detect non existent packages 2018-11-12 15:42:57 -05:00
68eef63131 Remove unneeded print 2018-11-12 12:45:09 -05:00
bedc9b68ba Added hability to download PKGBUILDS from AUR 2018-11-12 12:37:57 -05:00
855741c0f0 Bug fixes and performance improvements 2018-11-03 23:39:05 -05:00
267ae4caeb Update README.md 2018-10-12 04:45:40 +00:00
cc20e28bbd Update README.md 2018-09-08 03:00:01 +00:00
25dad662ac Discard text color when the script is finished 2018-08-05 22:52:44 -05:00
95f956dbcd Fix some things 2018-08-05 01:50:53 -05:00
d904ffab08 Fix bad position of printf 2018-08-05 01:47:14 -05:00
b8d3404bca Big update 2018-08-05 01:39:37 -05:00
2370494d6b Fix some things 2018-08-02 18:38:56 -05:00
8acc672371 Print accurate information about the installed status of a package 2018-08-01 08:39:31 -05:00
830a221fd2 Improved documentation 2018-07-28 09:07:06 -05:00
2972cdf6c0 Dont remove automatically make dependences
It is usefull when you recompile packages like -git packages
2018-07-23 17:15:54 -05:00
03fe18e9e3 Fix some things 2018-07-23 12:03:45 -05:00
d235fe1b89 Use single quotes instead of double quotes
Avoid using \ into double quotes, instead use single quotes and \ for better readability
2018-07-23 10:59:24 -05:00
c9618a5ceb Full migration to POSIX standar 2018-07-23 03:02:52 -05:00
a948874d7b Added exiting instead of installation finished 2018-07-23 02:54:10 -05:00
f8e658703b Rewritten with the POSIX standard in mind for full compatibility
Also, some visual improvements have been added

Rollback to not use the --noconfirm option
2018-07-23 02:51:03 -05:00
351030c45e updated readme 2018-07-23 00:55:49 -05:00
c9e32cf10e Moved the Finished line at the end 2018-07-23 00:52:44 -05:00
9f04f97d44 Message added to show at the end of the job 2018-07-23 00:50:36 -05:00
d438f7eec3 Remove ONLY really previously compiled packages instead of the complete build directory 2018-07-22 21:41:55 -05:00
d965786203 Fix issue when deleting the previous compiled packages
When you tried to delete 'HOME/.simpleaur/Build/*' it fail because the directory are in quotes and don't take the '*', also fixed the issue when the 'basebuilddir' doesn't exist and simpleaur try first to create the lockfile and before check if the 'basebuilddir' exist (logical problem)
2018-07-22 20:48:23 -05:00
3ed4574315 Added --noconfirm to pacman options 2018-07-22 00:54:47 -05:00
08ede2f134 Only ask to remove previously compiled packages one time 2018-07-20 21:09:56 -05:00
e3a984eeea Remove lockfile after of a correct installation 2018-07-19 07:45:55 -05:00
e675d5d1ea Added support to catch user interrupt 2018-07-18 23:10:55 -05:00
16eb18ee3f Only allow a instance of simpleaur running at the same time 2018-07-18 09:15:37 -05:00
cf506aaf55 Removed unnecessary and useless code 2018-07-18 08:59:49 -05:00
de16ead419 Fix 2018-07-15 21:26:34 -05:00
471604eabd Automatically remove build dependences after a sucessfull installationn 2018-07-15 17:13:21 -05:00
f7e0e1333b Update readme 2018-07-14 09:27:01 -05:00
9952b992da Rollback to optional read PKGBUILDs, useful when multiple packages are installed 2018-07-14 09:16:08 -05:00
92febd3e37 Add the user option to decide what to do with directories of previously downloaded packages before downloading the PKGBUILDs 2018-07-14 09:10:10 -05:00
fa105b645a Added note to difference Error and Info messages in output 2018-07-13 14:53:56 -05:00