summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2019-02-26 22:40:39 +0100
committerBernhard Landauer2019-02-26 22:40:39 +0100
commitf024c1ca5e6507bbd694a22678194f6b2bd0572c (patch)
treedc68ed1bdddfa313cdc0106f49b8d72375f828f2
parent18e1675be1669a379a69e8acd909a4bb98420172 (diff)
downloadaur-f024c1ca5e6507bbd694a22678194f6b2bd0572c.tar.gz
v0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d84387e5a20..c7b55f356579 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jan 19 19:16:09 UTC 2017
pkgbase = xfce4-calculator-plugin
pkgdesc = Calculator plugin for the Xfce4 panel.
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin
install = xfce4-calculator-plugin.install
@@ -11,8 +9,8 @@ pkgbase = xfce4-calculator-plugin
license = GPL
depends = intltool
depends = xfce4-panel
- source = http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/0.6/xfce4-calculator-plugin-0.6.0.tar.bz2
- sha256sums = eb51765580ea4650f9cf062382a820fb6483ee5dbe003aeb6f063929e299f9c2
+ source = http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/0.7/xfce4-calculator-plugin-0.7.0.tar.bz2
+ sha256sums = 7b50ab947ab058e1c079113e7f0f8b38ef242fec36ec9f31bb4e3c19cb3f9de9
pkgname = xfce4-calculator-plugin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..57e7aaafa123
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*tar*
+src/*
+pkg/*
diff --git a/PKGBUILD b/PKGBUILD
index ec846f4176f9..ed08eea351a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
pkgname=xfce4-calculator-plugin
-_maj=0.6
+_maj=0.7
pkgver=$_maj.0
pkgrel=1
pkgdesc="Calculator plugin for the Xfce4 panel."
@@ -10,8 +10,8 @@ url="http://goodies.xfce.org/projects/panel-plugins/$pkgname"
license=('GPL')
depends=('intltool' 'xfce4-panel')
install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/$_maj/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eb51765580ea4650f9cf062382a820fb6483ee5dbe003aeb6f063929e299f9c2')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/$_maj/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7b50ab947ab058e1c079113e7f0f8b38ef242fec36ec9f31bb4e3c19cb3f9de9')
build() {
cd $pkgname-$pkgver