[arch-commits] Commit in cellwriter/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sun May 20 11:07:49 UTC 2018


    Date: Sunday, May 20, 2018 @ 11:07:48
  Author: lfleischer
Revision: 325232

upgpkg: cellwriter 1.3.6-1

Upstream update.

Modified:
  cellwriter/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 11:06:25 UTC (rev 325231)
+++ PKGBUILD	2018-05-20 11:07:48 UTC (rev 325232)
@@ -4,23 +4,24 @@
 # Contributor: Winston Weinert
 
 pkgname=cellwriter
-pkgver=1.3.5
-pkgrel=4
+pkgver=1.3.6
+pkgrel=1
 pkgdesc='A grid-entry natural handwriting input panel.'
 arch=('x86_64')
 license=('GPL')
-url='http://v1.risujin.org/cellwriter/'
+url="https://github.com/risujin/${pkgname}"
 depends=('gtk2' 'libxtst')
-source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz"
+source=("https://github.com/risujin/${pkgname}/archive/${pkgver}.tar.gz"
         "https://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff")
-md5sums=('16db87415c3c669e0489f9c4d795ec7d'
+md5sums=('826de84d6d9f00a9c25e892986287f58'
          '5e8c61309c5ec8f67f0af7bb5ceb1aea')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}/src"
-
   patch -p0 < "${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff"
+}
 
+build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   env LDFLAGS='-lX11' ./configure --prefix=/usr



More information about the arch-commits mailing list