Skip to content

Commit

Permalink
atom 1.24.0
Browse files Browse the repository at this point in the history
fcitx packages 4.2.9.6
  • Loading branch information
demmm committed Feb 14, 2018
1 parent 59813f3 commit fa74304
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions atom/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=atom
pkgver=1.23.3
pkgver=1.24.0
pkgrel=1
pkgdesc="Hackable text editor from the 21st Century"
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ conflicts=('atom-editor')
replaces=('atom-editor')
source=("https://github.com/atom/atom/releases/download/v${pkgver}/atom-amd64.tar.gz"
'atom.desktop')
md5sums=('0c9fff5a2eb0c0a56e91fbdbc008c590'
md5sums=('a4e512646c18234ab1aef35c77e4bfc7'
'64c714a8832e5be9e43e532f37ea30ce')

package() {
Expand Down
4 changes: 2 additions & 2 deletions fcitx-gtk2/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

pkgname=fcitx-gtk2
_pkgname=fcitx
pkgver=4.2.9.5
pkgver=4.2.9.6
pkgrel=1
pkgdesc="A Flexible Input Method Framework"
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ makedepends=('extra-cmake-modules' 'doxygen' 'gobject-introspection')
groups=('localization')
install=${pkgname}.install
source=("https://download.fcitx-im.org/$_pkgname/$_pkgname-${pkgver}_dict.tar.xz")
md5sums=('b4440db4308e2514e0568109b7e170ae')
md5sums=('29e18ea4144c4e059dc2c56fb62d55e5')

build() {
mkdir -p build
Expand Down
4 changes: 2 additions & 2 deletions fcitx-gtk3/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

pkgname=fcitx-gtk3
_pkgname=fcitx
pkgver=4.2.9.5
pkgver=4.2.9.6
pkgrel=1
pkgdesc="A Flexible Input Method Framework"
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ makedepends=('extra-cmake-modules' 'doxygen' 'gobject-introspection')
groups=('localization')
install=${pkgname}.install
source=("https://download.fcitx-im.org/$_pkgname/$_pkgname-${pkgver}_dict.tar.xz")
md5sums=('b4440db4308e2514e0568109b7e170ae')
md5sums=('29e18ea4144c4e059dc2c56fb62d55e5')

build() {
mkdir -p build
Expand Down
6 changes: 3 additions & 3 deletions fcitx/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

pkgname=fcitx
pkgver=4.2.9.5
pkgrel=3
pkgver=4.2.9.6
pkgrel=1
pkgdesc="A Flexible Input Method Framework"
arch=('x86_64')
license=('GPL')
Expand All @@ -12,7 +12,7 @@ makedepends=('extra-cmake-modules' 'doxygen' 'gobject-introspection')
groups=('localization')
install=fcitx.install
source=("https://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}_dict.tar.xz")
md5sums=('b4440db4308e2514e0568109b7e170ae')
md5sums=('29e18ea4144c4e059dc2c56fb62d55e5')

prepare() {
cd ${pkgname}-${pkgver}
Expand Down

0 comments on commit fa74304

Please sign in to comment.