summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422023-02-06 07:24:32 +0000
committerSkycoder422023-02-06 07:24:32 +0000
commitf72bd3a90ce0b56b7215f1a3c005ef97cf7e3569 (patch)
treea402f67ec52cd81f4cb5a169df972be3b2e52f1b
parent1cdd4d4ec4a5608abe233e468a77bfaa6e2df0de (diff)
downloadaur-f72bd3a90ce0b56b7215f1a3c005ef97cf7e3569.tar.gz
Update paxchange to version 1.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--CHANGELOG.md53
-rw-r--r--PKGBUILD10
3 files changed, 49 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0186ff58acf..6840b5dd1d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = paxchange
pkgdesc = Simple dart script to passively synchronize installed pacman packages between systems.
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
epoch = 2
url = https://github.com/Skycoder42/paxchange
@@ -11,12 +11,12 @@ pkgbase = paxchange
arch = armv7h
arch = aarch64
license = BSD
- makedepends = dart>=2.18.2
+ makedepends = dart>=2.19.0
makedepends = dart<3.0.0
depends = pacman
options = !strip
backup = etc/paxchange.json
- source = paxchange-1.2.1.tar.gz::https://github.com/Skycoder42/paxchange/archive/refs/tags/v1.2.1.tar.gz
- b2sums = 3c2bbc565ed0891ad3be59974168f49dd55a58741082564bcf153d8a0f956c9092d500f7216e97b909a2e3e28a4f3928722e4c4bfa6102821a07c211e1e82431
+ source = paxchange-1.2.2.tar.gz::https://github.com/Skycoder42/paxchange/archive/refs/tags/v1.2.2.tar.gz
+ b2sums = b92effc9a325ba2b2cf3a3f009d7c5ad09995878ccc1fe0614d81f5431e7750082ea976f6029abcac2d9879fce120e5e498d62b4558cfe33d810969b9dc7dfb0
pkgname = paxchange
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bcb63cfb7548..bd711d9fd587 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,35 +1,62 @@
# Changelog
All notable changes to this project will be documented in this file.
-The format is based on Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
-and this project adheres to Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+The format is based on Keep a Changelog\](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to Semantic Versioning\](https://semver.org/spec/v2.0.0.html).
-## 1.2.1
+## [1.2.2] - 2023-02-06
+### Changed
+- Update dependencies
+- Update min required dart SDK to 2.19.0
+
+## [1.2.1] - 2022-10-15
+### Changed
- Update dependencies
- Update min required dart SDK to 2.18.2
-## 1.2.0
+## [1.2.0] - 2022-08-22
+### Added
- Add `install` command to install all new packages at once
-## 1.1.0
+## [1.1.0] - 2022-08-20
+### Added
- Detect packages that are implicitly installed when reviewing
- Add options to mark packages as explicitly or implicitly installed
-## 1.0.2
+## [1.0.2] - 2022-08-18
+### Fixed
- Minor fix-ups and improvements
-## 1.0.1
+## [1.0.1] - 2022-08-18
+### Fixed
- Add install script to PKGBUILD to set correct permissions on storage directory
-## 1.0.0
-- Rename default command to `update`
+## [1.0.0] - 2022-08-15
+### Added
- Add `review` command to review detected package changes
-## 0.1.2
+### Changed
+- Rename default command to `update`
+
+## [0.1.2] - 2022-08-01
+### Fixed
- Small fixups, repair AUR package
-## 0.1.1
-- Use dart_test_tools aur workflow template
+## [0.1.1] - 2022-07-27
+### Changed
+- Use dart\_test\_tools aur workflow template
-## 0.1.0
+## [0.1.0] - 2022-07-25
+### Added
- Initial release
+
+[1.2.2]: https://github.com/Skycoder42/paxchange/compare/v1.2.1...v1.2.2
+[1.2.1]: https://github.com/Skycoder42/paxchange/compare/v1.2.0...v1.2.1
+[1.2.0]: https://github.com/Skycoder42/paxchange/compare/v1.1.0...v1.2.0
+[1.1.0]: https://github.com/Skycoder42/paxchange/compare/v1.0.2...v1.1.0
+[1.0.2]: https://github.com/Skycoder42/paxchange/compare/v1.0.1...v1.0.2
+[1.0.1]: https://github.com/Skycoder42/paxchange/compare/v1.0.0...v1.0.1
+[1.0.0]: https://github.com/Skycoder42/paxchange/compare/v0.1.2...v1.0.0
+[0.1.2]: https://github.com/Skycoder42/paxchange/compare/v0.1.1...v0.1.2
+[0.1.1]: https://github.com/Skycoder42/paxchange/compare/v0.1.0...v0.1.1
+[0.1.0]: https://github.com/Skycoder42/paxchange/releases/tag/v0.1.0
diff --git a/PKGBUILD b/PKGBUILD
index 3bd32d094d0e..6621bf44a680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Skycoder42 <Skycoder42@users.noreply.github.com>
pkgname='paxchange'
pkgdesc='Simple dart script to passively synchronize installed pacman packages between systems.'
-pkgver='1.2.1'
+pkgver='1.2.2'
pkgrel=1
epoch=2
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://github.com/Skycoder42/paxchange'
license=('BSD')
depends=('pacman')
-makedepends=('dart>=2.18.2' 'dart<3.0.0')
-_pkgdir='paxchange-1.2.1'
-source=("$_pkgdir.tar.gz::https://github.com/Skycoder42/paxchange/archive/refs/tags/v1.2.1.tar.gz")
-b2sums=('3c2bbc565ed0891ad3be59974168f49dd55a58741082564bcf153d8a0f956c9092d500f7216e97b909a2e3e28a4f3928722e4c4bfa6102821a07c211e1e82431')
+makedepends=('dart>=2.19.0' 'dart<3.0.0')
+_pkgdir='paxchange-1.2.2'
+source=("$_pkgdir.tar.gz::https://github.com/Skycoder42/paxchange/archive/refs/tags/v1.2.2.tar.gz")
+b2sums=('b92effc9a325ba2b2cf3a3f009d7c5ad09995878ccc1fe0614d81f5431e7750082ea976f6029abcac2d9879fce120e5e498d62b4558cfe33d810969b9dc7dfb0')
install='paxchange.install'
changelog='CHANGELOG.md'
backup=('etc/paxchange.json')