summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Francois Chevrette2020-02-20 13:36:05 -0500
committerJean-Francois Chevrette2020-02-20 13:36:05 -0500
commit4adf03affa53a57fcb568152a507b774b088d61b (patch)
tree8fe5a49257d3b6f6120fcb747968ea937f94fe03 /PKGBUILD
parent7c206d3c6660a36ab00a262fa8c3a40e965fe2be (diff)
downloadaur-4adf03affa53a57fcb568152a507b774b088d61b.tar.gz
bump to 1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96b331fc98bf..5318c91e561e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=""