summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-24 12:55:58 +0300
committerDimitris Kiziridis2020-04-24 12:55:58 +0300
commitd858bba02ab9eec7d147a02cd8bf89f45f99586a (patch)
tree19dab926ba6319443dc78ca1d725db05e2b0cb86
parent65ebc8434b4890543d590bcaddfcff4f2536e23f (diff)
downloadaur-d858bba02ab9eec7d147a02cd8bf89f45f99586a.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--weboob.install (renamed from post_install)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e3b411e16e..c68568620512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = weboob-qt
pkgver = 2.0
pkgrel = 1
url = https://weboob.org
- install = post_install
+ install = weboob.install
arch = any
license = LGPL-3.0+
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index dceb794fa830..6181bd58a155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Weboob is a project which provides a core library, modules and applicat
arch=('any')
url="https://weboob.org"
license=('LGPL-3.0+')
-install='post_install'
+install='weboob.install'
depends=('weboob'
'python-pyqt5')
makedepends=('python-setuptools')
diff --git a/post_install b/weboob.install
index c9c2df372b6d..c9c2df372b6d 100644
--- a/post_install
+++ b/weboob.install