diff --git a/CHANGELOG b/CHANGELOG index a08f864..6b3bef6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ Ver.1.4.3 * all - fix clang build (#41) - fix WPA_DRIVERS (#40) + - fix bug in WpaSup class with invalid returning value + +*** Ver.1.4.2 --------- diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 33188ed..44c609c 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -11,7 +11,7 @@ url="http://arcanis.name/projects/netctl-gui" license=('GPL3') makedepends=('cmake' 'extra-cmake-modules' 'plasma-framework' 'qt5-tools') source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz") -md5sums=('49f89f8568e910ac9b5cbf8bd0e97105') +md5sums=('511ebd083932be0208836bd3d3566813') prepare() { rm -rf "${srcdir}/build-"{plasmoid,qt5} diff --git a/arch/PKGBUILD-qt4 b/arch/PKGBUILD-qt4 index 81a18e4..8dd4dfe 100644 --- a/arch/PKGBUILD-qt4 +++ b/arch/PKGBUILD-qt4 @@ -12,7 +12,7 @@ url="http://arcanis.name/projects/netctl-gui" license=('GPL3') makedepends=('automoc4' 'cmake' 'kdelibs') source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${_pkgbase}-${pkgver}-src.tar.xz") -md5sums=('49f89f8568e910ac9b5cbf8bd0e97105') +md5sums=('511ebd083932be0208836bd3d3566813') prepare() {