Skip to content

Commit

Permalink
[make] Move from core-dev group to build-base group
Browse files Browse the repository at this point in the history
Related to #166
  • Loading branch information
jhuntwork committed Sep 5, 2021
1 parent a5bda7a commit 17d41fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
19 changes: 9 additions & 10 deletions packages/make/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
2021-04-09 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
4.3-3 (2021-09-05)

Move from core-dev group to build-base group

4.3-2 (2021-04-09)

* 4.3-2 :
Add to core-dev group and use /usr for prefix

2021-02-28 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
4.3-1 (2021-02-28)

* 4.3-1 :
Upgrade to 4.3

2017-03-30 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
4.2.1-1 (2017-03-30)

* 4.2.1-1 :
Upgrade to 4.2.1

2015-08-11 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
4.1-1 (2015-08-11)

* 4.1-1 :
Upgrade to 4.1

2013-07-28 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
3.82-1 (2013-07-28)

* 3.82-1 :
Initial version
5 changes: 2 additions & 3 deletions packages/make/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2154,SC2068
# Maintainer: Jeremy Huntwork <jhuntwork@lightcubesolutions.com>

pkgname=(make)
pkgver=4.3
pkgrel=2
pkgrel=3
pkgdesc='A tool to control the generation of executables'
arch=(x86_64)
url='http://www.gnu.org/software/make/'
license=(GPL3)
groups=(core-dev)
groups=(build-base)
depends=()
makedepends=()
options=()
Expand Down

0 comments on commit 17d41fc

Please sign in to comment.