aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Bjäreholt2018-05-29 14:41:17 +0200
committerErik Bjäreholt2018-05-29 14:41:17 +0200
commit6e4f763ed389e2c1de6aee42d0e043406f082aef (patch)
treea3b36df92e34a1109c2f8ef8640641f229105ad7
parent637d70d10886ca93fb24066f02f0dfc99219937e (diff)
downloadaur-6e4f763ed389e2c1de6aee42d0e043406f082aef.tar.gz
updated to 0.8.0b2, added Makefile and .gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--Makefile5
-rw-r--r--PKGBUILD2
4 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c88fb2518e..b5f7eb16e4e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = activitywatch-bin
pkgdesc = Log what you do on your computer. Simple, extensible, no third parties.
- pkgver = 0.7.1
+ pkgver = 0.8.0b2
pkgrel = 1
url = https://github.com/ActivityWatch/activitywatch
arch = x86_64
license = MPL2
provides = activitywatch
conflicts = activitywatch
- source = https://github.com/ActivityWatch/activitywatch/releases/download/v0.7.1/activitywatch-v0.7.1-linux-x86_64.zip
+ source = https://github.com/ActivityWatch/activitywatch/releases/download/v0.8.0b2/activitywatch-v0.8.0b2-linux-x86_64.zip
md5sums = SKIP
pkgname = activitywatch-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..97500b413bd7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.zip
+*.tar.xz
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..b18596d28cfd
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+package:
+ makepkg
+
+srcinfo:
+ makepkg --printsrcinfo > .SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 5665cff9d10a..7056bb87def1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PRs welcome at: https://github.com/ActivityWatch/aur-activitywatch-bin
pkgname=activitywatch-bin
-pkgver='0.7.1'
+pkgver='0.8.0b2'
pkgrel=1
epoch=
pkgdesc="Log what you do on your computer. Simple, extensible, no third parties."