summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbudRich2022-03-12 23:31:23 +0100
committerbudRich2022-03-12 23:31:23 +0100
commitbffee0a91ff41c31ea87d654c846d5e7903b0e81 (patch)
treef519417c046190b94d43c0279ef16cc450c3d75a /PKGBUILD
parentd9b5fbca25bf567318977ca6541a2a4df6943bcd (diff)
downloadaur-bffee0a91ff41c31ea87d654c846d5e7903b0e81.tar.gz
update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da82f25f14e6..9ec975929b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: budRich
pkgname=i3ass
-pkgver=2021.10.26.3
+pkgver=2022.03.12
pkgrel=1
pkgdesc='A bash-script collection to assist the use of i3-wm.'
arch=('any')
@@ -10,10 +10,10 @@ url='https://github.com/budlabs/i3ass'
license=('MIT')
groups=()
depends=('bash>=4.0.0' 'i3-wm' 'gawk' 'sed')
-makedepends=()
+makedepends=('lowdown')
optdepends=('rofi' 'xdotool')
provides=()
-conflicts=()
+conflicts=('i3-gaps')
replaces=()
backup=()
options=()
@@ -21,11 +21,12 @@ install=
changelog=
source=("$url/archive/$pkgver/${pkgname}-$pkgver.tar.gz")
noextract=()
-sha256sums=('5e528cb1c51f1f1ca218acf2bb38198e169df74fbfef7928755e32ebb15c51a4')
+sha256sums=('e705b5970244a8b8fc7c0dce4b9349e304e54994e75da8dd778aeb5767406ac4')
package() {
cd "$pkgname-$pkgver"
+ make
make DESTDIR="$pkgdir/" PREFIX=/usr install
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE