mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-05 17:15:02 -05:00
Bumps for pacman 3.0.3
This commit is contained in:
parent
4a6d963ae1
commit
afec5e46a4
2
NEWS
2
NEWS
@ -1,5 +1,7 @@
|
||||
VERSION DESCRIPTION
|
||||
-----------------------------------------------------------------------------
|
||||
3.0.3 - Updated translations
|
||||
- repo-add: fixed a desc file clobbering issue
|
||||
3.0.2 - fix a bug where pre/post_remove scriptlets were not ran
|
||||
- ensure ldconfig is ran in all operations
|
||||
- added a few new translations, updated existing ones
|
||||
|
@ -3,7 +3,7 @@ CFLAGS=""
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots
|
||||
AC_INIT([Pacman package manager], 3.0.2, [pacman-dev@archlinux.org], [pacman])
|
||||
AC_INIT([Pacman package manager], 3.0.3, [pacman-dev@archlinux.org], [pacman])
|
||||
AC_LANG([C])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CANONICAL_HOST
|
||||
|
@ -25,7 +25,7 @@
|
||||
# USA.
|
||||
#
|
||||
|
||||
myver='3.0.0'
|
||||
myver='3.0.3'
|
||||
startdir=$(pwd)
|
||||
|
||||
BUILDSCRIPT="PKGBUILD"
|
||||
|
@ -19,7 +19,7 @@
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
# USA.
|
||||
|
||||
myver='3.0.0'
|
||||
myver='3.0.3'
|
||||
|
||||
FORCE=0
|
||||
REPO_DB_FILE=""
|
||||
|
Loading…
Reference in New Issue
Block a user