Commit Graph

19 Commits

Author SHA1 Message Date
termux-pacman-bot
e5c7874c1b bump(main/keychain): 2.9.5
This commit has been automatically submitted by Github Actions.
2025-05-16 18:44:15 +00:00
termux-pacman-bot
8935b8989e bump(main/keychain): 2.9.4
This commit has been automatically submitted by Github Actions.
2025-05-15 00:16:22 +00:00
termux-pacman-bot
a007bf7a30 bump(main/keychain): 2.9.3
This commit has been automatically submitted by Github Actions.
2025-05-14 18:43:46 +00:00
termux-pacman-bot
728977342b bump(main/keychain): 2.9.2
This commit has been automatically submitted by Github Actions.
2025-05-03 00:17:35 +00:00
termux-pacman-bot
5f9f99bb4f bump(main/keychain): 2.9.1
This commit has been automatically submitted by Github Actions.
2025-05-01 18:44:21 +00:00
termux-pacman-bot
d2187c8b2c bump(main/keychain): 2.9.0 2025-05-01 04:42:01 +00:00
termux-pacman-bot
fac1387a19 fix(main/keychain): Add version regexp for auto update
%ci:no-build
2025-04-24 04:42:04 +00:00
termux-pacman-bot
92dea52e18 fix(main/keychain): Avoid trying to use hard links
Hard links do not work on Android since 6.0.

So modify the file locking mechanism from:
   if ln "$tmpfile" "$lockf"; then rm -f "$tmpfile"; ..
to
   if mv --update=none-fail "$tmpfile" "$lockf"; then ..

Fixes #21736
2024-10-09 12:47:56 +00:00
termux-pacman-bot
98ac23b2d3 some packages: Re-enable clang16-porting
%ci:no-build
2023-04-07 15:31:17 +00:00
termux-pacman-bot
754acad112 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 07:33:10 +00:00
termux-pacman-bot
bffcd16f36 packages/keychain&&packages/neofetch&&packages/rsnapshot&&packages/screenfetch&&packages/stdman&&packages/translate-shell 2022-08-05 06:46:54 +00:00
Maxython
773fdf8130 rebuild any packages 2022-08-05 09:33:49 +03:00
termux-actions[bot]
005005d68f packages/jftui&&packages/keychain 2022-04-03 22:21:28 +00:00
Ivan Max
048657ceb5 keychain 2022-04-03 19:40:42 +00:00
Leonid Pliushch
5546b95b64 auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 18:29:55 +03:00
Leonid Pliushch
37375312b9 explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch
eaaf2befd3 keychain: bump revision 2020-07-09 01:13:45 +03:00
Leonid Pliushch
aec58b1799 keychain: remove /bin/applets from PATH 2020-07-09 01:13:40 +03:00
ifurther
8fa0f729b3 new package: keychain (#5258) 2020-05-07 18:38:10 +03:00