diff options
author | Jean-Francois Chevrette | 2020-02-20 13:36:05 -0500 |
---|---|---|
committer | Jean-Francois Chevrette | 2020-02-20 13:36:05 -0500 |
commit | 4adf03affa53a57fcb568152a507b774b088d61b (patch) | |
tree | 8fe5a49257d3b6f6120fcb747968ea937f94fe03 /PKGBUILD | |
parent | 7c206d3c6660a36ab00a262fa8c3a40e965fe2be (diff) | |
download | aur-4adf03affa53a57fcb568152a507b774b088d61b.tar.gz |
bump to 1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,19 +1,16 @@ # Maintainer: Jean-Francois Chevrette <jfchevrette@gmail.com> pkgname=sowm -pkgver=1.2 +pkgver=1.5 pkgrel=1 pkgdesc='An itsy bitsy floating window manager' arch=('x86_64') license=('MIT') depends=('libx11') url=https://github.com/dylanaraps/sowm -source=( - https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz -) -sha256sums=( - 'f69975670c015f3caf5f24ac448bd29cc215ae72458ca755c148c600dd2527ed' -) +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz) +sha256sums=('7962983811c16f9fa35b28331e658a30613bd437ef75a9298e931e33b56d326a') + _sourcedir=$pkgname-$pkgver _makeopts="" |