Skip to content

Commit f5364cc

Browse files
authored
Merge branch 'testing' into package/perf/initial
2 parents d436b08 + b8a60d3 commit f5364cc

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Building the Repository from Source
22

33
The Toltec repository is automatically built for each commit on the `stable` and `testing` branches.
4-
You may want to build the repository locally when working with a new package recipe or to make sure that nobody tampered with the automated build system.
4+
You may want to build the repository locally when working with a new package recipe or to make sure that nobody tampered with the automated build system. [Toltecmk](https://github.com/toltec-dev/build) could also be used instead, if you just need to compile a single standalone package.
55

66
To proceed, create a local clone of the Git repository.
77

package/koreader/package

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
pkgnames=(koreader)
66
pkgdesc="Ebook reader supporting PDF, DjVu, EPUB, FB2 and many more formats"
77
url=https://github.com/koreader/koreader
8-
pkgver=2023.06.1-1
9-
timestamp=2023-07-09T08:17:26Z
8+
pkgver=2023.08-1
9+
timestamp=2023-08-29T16:21:01Z
1010
section="readers"
1111
maintainer="raisjn <of.raisjn@gmail.com>"
1212
license=AGPL-3.0-or-later
@@ -21,7 +21,7 @@ source=(
2121
koreader
2222
)
2323
sha256sums=(
24-
a24f334983060b5cfee7b87484529b77fe4adffd646e8fd55447750e73309ef0
24+
8cc9fad1cbcda5519c20afe6e33c4f80a51587daed7b959ef7284ce8b0c41ec0
2525
SKIP
2626
SKIP
2727
SKIP

package/regenda/package

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
pkgnames=(regenda)
66
pkgdesc="Caldav agenda app"
77
url=https://github.com/tenJirka/reGenda
8-
pkgver=0.0.1-2
9-
timestamp=2023-08-23T19:40Z
8+
pkgver=0.0.2-1
9+
timestamp=2023-09-06T06:45Z
1010
section="utils"
1111
maintainer="tenJirka <jirka.steh@gmail.com>"
1212
license=GPL3
1313
makedepends=(build:python3-venv)
1414
installdepends=(python3 python3-lxml python3-pytz python3-yaml python3-requests python3-dateutil python3-six python3-urllib3 python3-idna simple)
1515
flags=(patch_rm2fb)
16-
source=(https://github.com/tenJirka/reGenda/archive/refs/tags/0.0.1.zip)
17-
sha256sums=(00d6a1e2f6b59f86ba47ea5c3444f24e112d24eb62082802653fe4649153da01)
16+
source=(https://github.com/tenJirka/reGenda/archive/refs/tags/0.0.2.zip)
17+
sha256sums=(4f51de514945f9cfc6a1852181baab4bb0f4daadb222e8ddb05929f17e2044d9)
1818
image=python
1919

2020
build() {

0 commit comments

Comments
 (0)