summarylogtreecommitdiffstats
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
parent7c206d3c6660a36ab00a262fa8c3a40e965fe2be (diff)
downloadaur-4adf03affa53a57fcb568152a507b774b088d61b.tar.gz
bump to 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2335c2ee19d..d92445786651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sowm
pkgdesc = An itsy bitsy floating window manager
- pkgver = 1.2
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/dylanaraps/sowm
arch = x86_64
license = MIT
depends = libx11
- source = https://github.com/dylanaraps/sowm/archive/1.2.tar.gz
- sha256sums = f69975670c015f3caf5f24ac448bd29cc215ae72458ca755c148c600dd2527ed
+ source = sowm-1.5.tar.gz::https://github.com/dylanaraps/sowm/archive/1.5.tar.gz
+ sha256sums = 7962983811c16f9fa35b28331e658a30613bd437ef75a9298e931e33b56d326a
pkgname = sowm
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=""