summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRouven2020-01-03 10:30:38 +0100
committerRouven2020-01-03 10:30:38 +0100
commit072fe0644436951f29ad188a5d8c3acfc1120e3a (patch)
tree306772b148dd1c715c63abaf184a6ba30aae229e
parente8d4cd9f917b9076bd569339d983b2740c1a4268 (diff)
downloadaur-072fe0644436951f29ad188a5d8c3acfc1120e3a.tar.gz
released version 0.0.3
-rw-r--r--.SRCINFO6
-rwxr-xr-xgenerate-srcinfo.sh3
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47bbe674a00c..3fd76aef5cfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chwp-git
pkgdesc = Changes the background wallpaper and lockscreen from the command line.
- pkgver = 0.0.2
- pkgrel = 1
+ pkgver = 0.0.3
+ pkgrel = 3
url = https://gitlab.com/rouvenhimmelstein/chwp
arch = x86_64
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = chwp-git
depends = qt5-base
provides = chwp
conflicts = chwp
- source = https://gitlab.com/rouvenhimmelstein/chwp/-/archive/0.0.2/chwp-0.0.2.tar.gz
+ source = https://gitlab.com/rouvenhimmelstein/chwp/-/archive/0.0.3/chwp-0.0.3.tar.gz
sha1sums = SKIP
pkgname = chwp-git
diff --git a/generate-srcinfo.sh b/generate-srcinfo.sh
new file mode 100755
index 000000000000..78a4f6e21bd8
--- /dev/null
+++ b/generate-srcinfo.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+makepkg --printsrcinfo > .SRCINFO