summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-03-18 19:03:45 +0600
committerMubashshir2021-03-18 19:03:45 +0600
commit2b0ade4d0f8659e65ace449ff994a94d10d85544 (patch)
tree8457b0699457aa9667f4566939c063a9b7f52902
parent9df60e6f4cfcfb7539152005d75c0e6c8d64d776 (diff)
downloadaur-2b0ade4d0f8659e65ace449ff994a94d10d85544.tar.gz
update to v1.13.r0.g68da2e6
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b475bb829211..3fd5004ed65c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = xfce4-hamster-plugin-git
pkgdesc = recreation of the gnome-shell hamster extension as a xfce4 panel plugin
- pkgver = 1.7.r2.gf9f5e21
+ pkgver = 1.13.r0.g68da2e6
pkgrel = 1
- url = https://github.com/projecthamster/xfce4-hamster-plugin-git
+ url = https://github.com/projecthamster/xfce4-hamster-plugin
arch = x86_64
arch = i686
license = GPL
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8ebfacab0c9f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 6448b43f57e0..e7fa53938345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Contributor: Hakan Erduman <hakan at erduman dot de>
+# Maintainer: Mubashshir <ahmubashshir@gmail.com>
+# pkg: git
pkgname=xfce4-hamster-plugin-git
-pkgver=1.7.r2.gf9f5e21
+pkgver=1.13.r0.g68da2e6
pkgrel=1
pkgdesc="recreation of the gnome-shell hamster extension as a xfce4 panel plugin"
-url="https://github.com/projecthamster/${pkgname}"
+url="https://github.com/projecthamster/${pkgname%-git}"
arch=('x86_64' 'i686')
license=('GPL')
depends=('xfce4-panel' 'hamster-time-tracker')