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

Jan de Groot jgc at archlinux.org
Mon Jan 23 14:11:15 UTC 2017


    Date: Monday, January 23, 2017 @ 14:11:14
  Author: jgc
Revision: 287216

upgpkg: libthai 0.1.26-1

Modified:
  libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-23 14:04:17 UTC (rev 287215)
+++ PKGBUILD	2017-01-23 14:11:14 UTC (rev 287216)
@@ -3,26 +3,26 @@
 # Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
 
 pkgname=libthai
-pkgver=0.1.25
+pkgver=0.1.26
 pkgrel=1
 pkgdesc="Thai language support routines"
-url="http://linux.thai.net/projects/libthai"
+url="https://linux.thai.net/projects/libthai"
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('libdatrie')
 makedepends=('pkgconfig')
 options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('c5d165ea47d3a689f850c6b09a4bb3d9')
-sha256sums=('0e22462a526e486d1e3e536c1ad7b45fae52f03bdfebfa969bec829ff9965a8b')
+source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('e79403961d538b56fc4af7670643844c')
+sha256sums=('8710112c836b272db1740a9ea3e6c7ebb65b64eee0e143fc2b2c60f99f6bfe2a')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list