summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2019-12-02 19:53:51 -0800
committerBrett Cornwall2019-12-02 19:53:51 -0800
commit7615a1aa621fbca95df24d10c268cec62b1f5dfb (patch)
tree6e1b578b8f37a1cdf4a66b59beda498b433e41f2
parent9bb6364879d0fae76ba2c6d0a2f32c8bad30c18c (diff)
downloadaur-7615a1aa621fbca95df24d10c268cec62b1f5dfb.tar.gz
pass --pkgname to gendesk for building in chroot
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3173375cea49..86704049ba0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lazy-ips-git
pkgdesc = IPS patcher for Linux
pkgver = r16.8a71de5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/btimofeev/lazy_ips
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6d74b06d2f7d..62961f282e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lazy-ips-git
pkgver=r16.8a71de5
-pkgrel=1
+pkgrel=2
pkgdesc="IPS patcher for Linux"
arch=('any')
url="https://github.com/btimofeev/lazy_ips"
@@ -17,6 +17,7 @@ sha256sums=('SKIP')
prepare() {
gendesk -n \
--name="Lazy IPS" \
+ --pkgname="$pkgname" \
--pkgdesc="$pkgdesc" \
--exec=/usr/bin/lazy-ips \
--categories='Utility;FileTools'