edited changelog

This commit is contained in:
arcan1s 2014-04-07 00:41:27 +04:00
parent 7e85f1f933
commit 7529cd7af0
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Ver.1.0.4: Ver.1.0.4:
+ added Qt5 gui (by default) + [gui] added Qt5 gui (by default)
+ added notifications + [plasmoid] added notifications
* fix run command with sudo from plasmoid * [plasmoid] fix run command with sudo from plasmoid
Ver.1.0.3: Ver.1.0.3:
+ [plasmoid] edited russian translation + [plasmoid] edited russian translation

View File

@ -19,7 +19,7 @@ optdepends=('kdebase-runtime: sudo support'
'wpa_supplicant: wifi support') 'wpa_supplicant: wifi support')
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz") source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz")
install="${pkgname}.install" install="${pkgname}.install"
md5sums=('4dc8aa4d357fe6bdbd0a18d778a53187') md5sums=('1e790c31d135b91c7ec80791508e6e92')
# flags # flags
_cmakekeys="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release" _cmakekeys="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release"