Skip to content

Commit

Permalink
Updated todo and PKGBUILD.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Nov 23, 2018
1 parent 3397a53 commit 6a96810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Extra/Arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Federico Di Pierro <nierro92@gmail.com>

pkgname=libmodule
pkgver=3.1.0
pkgver=3.1.1
pkgrel=1
pkgdesc="C linux library to build simple and modular projects"
arch=(x86_64)
Expand All @@ -10,7 +10,7 @@ license=(GPL)
depends=()
makedepends=(git cmake)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=("d9e764a77aa8e26d0e762dc0a388d41caa2ac9f75e4706405c4742c8e3e4c346")
sha256sums=("85317898ebd78125eca5d68d1ff59eb83bb946d4324c38b8b5061c7719fe0dec")

prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
18 changes: 0 additions & 18 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
## 3.1.1

### Performance improvements
- [x] self_t will hold a pointer to module and to its context
- [x] Store module name in module struct (strdup'd)
- [x] Store context name in m_context (strdup'd)
- [x] Use them as hashmap key without strudpping again

### Api improvements
- [x] Add new MOD_NO_MEM error code
- [x] Add new MOD_WRONG_PARAM error code
- [x] Add new MAP_WRONG_PARAM error code

### CI
- [x] Switch to builds.sr.ht

- [ ] Release

## 3.2.0
- [ ] Actually implement a stack for module_become/unbecome
- [ ] Expose stack through a stack.h public header
Expand Down

0 comments on commit 6a96810

Please sign in to comment.