summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorponsfoot2017-10-17 19:40:36 +0900
committerponsfoot2017-10-17 19:40:36 +0900
commitaaadf6ee9c24eefecc4995b26414be8582dacd52 (patch)
tree2ba572965014e7a5aa1bfc4afa53960d3940fcb2
parent7894918ecb46b75b190bb1af64750243828c710e (diff)
downloadaur-aaadf6ee9c24eefecc4995b26414be8582dacd52.tar.gz
Upstrem update 1.8.6+gh20161003.0.d63dadd-6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c4b0e25b80..02b13d6e49ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# 火 10月 3 10:48:01 UTC 2017
+# 火 10月 17 10:40:35 UTC 2017
pkgbase = uim-debian
pkgdesc = Multilingual input method library with Debian patches (supports gtk3 and qt5)
pkgver = 1.8.6+gh20161003.0.d63dadd
- pkgrel = 5
+ pkgrel = 6
url = https://packages.debian.org/sid/uim
install = uim-debian.install
arch = i686
@@ -27,10 +27,10 @@ pkgbase = uim-debian
provides = uim
conflicts = uim
source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd.orig.tar.gz
- source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd-5.debian.tar.xz
+ source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd-6.debian.tar.xz
source = qt5-qt4-coexist.patch
sha256sums = 7a2d1667553afc0bca4cc33f9bc8fb01a6867177d2a3e13b1b85c7add16110e9
- sha256sums = 724b62430f789e5ed0d6dfaaedd8611798c7ff1ad4609717dd1c8bc61d9ba771
+ sha256sums = 40072a54e6de30d5616f6f72063ce450087d9a5350423aefba609cce5a01f674
sha256sums = a3511837b8fc827e3ff79defff6480fc6b3a4ac031bde478bfd5d6c1b77acfdd
pkgname = uim-debian
diff --git a/PKGBUILD b/PKGBUILD
index 99dc29199b79..f6b61b21c5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=uim-debian
pkgver=1.8.6+gh20161003.0.d63dadd
-_debrel=5
-pkgrel=5
+_debrel=6
+pkgrel=6
pkgdesc='Multilingual input method library with Debian patches (supports gtk3 and qt5)'
url='https://packages.debian.org/sid/uim'
license=('custom:BSD')
@@ -23,7 +23,7 @@ source=("http://http.debian.net/debian/pool/main/u/uim/uim_${pkgver}.orig.tar.gz
"http://http.debian.net/debian/pool/main/u/uim/uim_${pkgver}-${_debrel}.debian.tar.xz"
qt5-qt4-coexist.patch)
sha256sums=('7a2d1667553afc0bca4cc33f9bc8fb01a6867177d2a3e13b1b85c7add16110e9'
- '724b62430f789e5ed0d6dfaaedd8611798c7ff1ad4609717dd1c8bc61d9ba771'
+ '40072a54e6de30d5616f6f72063ce450087d9a5350423aefba609cce5a01f674'
'a3511837b8fc827e3ff79defff6480fc6b3a4ac031bde478bfd5d6c1b77acfdd')
prepare() {
@@ -62,5 +62,7 @@ build() {
package() {
cd "${srcdir}/uim-${pkgver}"
make DESTDIR="${pkgdir}" install -j1 # FS#41112
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+ install -Dm644 "${srcdir}/debian/copyright" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/debian/copyright"
}