summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2016-03-17 23:08:00 +0100
committerPiotr Rogoża2016-03-17 23:08:00 +0100
commit33f1f956f0528f7ac716db9058e2f424c900c545 (patch)
tree4f018c7a901c3e80c7709358cd90f6751b9df5f1
parent9e3a9a02044e484f5c8f6ce9e934e0be0ccdc1e7 (diff)
downloadaur-33f1f956f0528f7ac716db9058e2f424c900c545.tar.gz
Fixed depends
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD28
2 files changed, 21 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f153713ae20b..fc4ffccec6c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,27 @@
+# Generated by mksrcinfo v8
+# Thu Mar 17 22:07:56 UTC 2016
pkgbase = xscreenshot
pkgdesc = A tool for capture, edit, share and exchange screenshots between people via the internet
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = http://xscreenshot.com/
install = xscreenshot.install
arch = i686
arch = x86_64
license = custom:xscreenshot
depends = gcc-libs
- depends = libxext
- depends = libxrender
- depends = fontconfig
source = http://xscreenshot.com/downloads/xscreenshot-linux-i386.tar.gz
source = LICENSE
source = xscreenshot.desktop
- md5sums = 2A5296336572F702C38BAA0314FFD0DA
- md5sums = d03f35823a7b68b7663750f7d063ce5b
- md5sums = fae75179ffcb2a7d0757ddfb69ea9095
+ sha256sums = 732644c22db08a8795a11cc39b78d7b5d7f1833f89cacd5be0e52e859dc5a2cf
+ sha256sums = 69d5822e7685c45ee12c473bb8032a704655a327d84e18ea02675c20a3342242
+ sha256sums = 0679947c58813507c57e72c07a3b8f41c7e83c50b632103396dd30fd36ac723f
+ depends_i686 = libxext
+ depends_i686 = libxrender
+ depends_i686 = fontconfig
+ depends_x86_64 = lib32-libxext
+ depends_x86_64 = lib32-libxrender
+ depends_x86_64 = lib32-fontconfig
pkgname = xscreenshot
diff --git a/PKGBUILD b/PKGBUILD
index 75dcfd33f166..08b9699ab07b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,31 +1,24 @@
-# Maintainer: Piotr Rogoża <rogoza dot piotr at gmail dot com>
-# Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>
-# vim:set ts=2 sw=2 et ft=sh tw=100: expandtab
+# Maintainer: dracorp aka Piotr Rogoza <piotr.r.public@gmail.com>
pkgname=xscreenshot
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for capture, edit, share and exchange screenshots between people via the internet'
arch=('i686' 'x86_64')
url='http://xscreenshot.com/'
license=('custom:xscreenshot')
-groups=()
-depends=(gcc-libs libxext libxrender fontconfig)
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
+depends=(gcc-libs)
+depends_i686=(libxext libxrender fontconfig)
+depends_x86_64=(lib32-libxext lib32-libxrender lib32-fontconfig)
install='xscreenshot.install'
source=("http://xscreenshot.com/downloads/$pkgname-linux-i386.tar.gz"
LICENSE
xscreenshot.desktop
)
-noextract=()
-
-build(){
+sha256sums=('732644c22db08a8795a11cc39b78d7b5d7f1833f89cacd5be0e52e859dc5a2cf'
+ '69d5822e7685c45ee12c473bb8032a704655a327d84e18ea02675c20a3342242'
+ '0679947c58813507c57e72c07a3b8f41c7e83c50b632103396dd30fd36ac723f')
+package(){
cd "$srcdir"
if which chrpath &>/dev/null; then
chrpath -d $pkgname
@@ -33,6 +26,3 @@ build(){
install -Dm755 LICENSE $pkgdir/usr/share/licenses/custom/$pkgname/LICENSE
install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
}
-md5sums=('2A5296336572F702C38BAA0314FFD0DA'
- 'd03f35823a7b68b7663750f7d063ce5b'
- 'fae75179ffcb2a7d0757ddfb69ea9095')