summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2017-10-07 05:41:31 +0300
committerJonian Guveli2017-10-07 05:41:31 +0300
commit1ad1ffb1d17bac6fda662a73e000c8993b9a5565 (patch)
treeffa7fe1ce9af24b4e0112f04d6a176bcfac817a2
parentbb07468a08a692bdc9e80e46955d36dd934e89b4 (diff)
downloadaur-1ad1ffb1d17bac6fda662a73e000c8993b9a5565.tar.gz
update version and add md5sums
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dba11ab48ef..93cd9d4a09d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Sep 24 09:11:04 UTC 2016
+# Sat Oct 7 02:41:06 UTC 2017
pkgbase = gedit-panel-toggler
pkgdesc = Gedit 3 plugin to toggle side and bottom panels using buttons in header bar
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/hardpixel/gedit-panel-toggler
arch = any
license = GPL
depends = gedit
- source = https://github.com/hardpixel/gedit-panel-toggler/archive/0.1.0.tar.gz
- md5sums = SKIP
+ source = gedit-panel-toggler::https://github.com/hardpixel/gedit-panel-toggler/archive/0.2.0.tar.gz
+ md5sums = 5722f7213f2b69b0ea3488c8a4794a44
pkgname = gedit-panel-toggler
diff --git a/PKGBUILD b/PKGBUILD
index dea178fedd62..5d0b78b0d3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gedit-panel-toggler
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Gedit 3 plugin to toggle side and bottom panels using buttons in header bar"
arch=("any")
url="https://github.com/hardpixel/gedit-panel-toggler"
license=("GPL")
depends=("gedit")
-source=("https://github.com/hardpixel/gedit-panel-toggler/archive/$pkgver.tar.gz")
-md5sums=("SKIP")
+source=("$pkgname::https://github.com/hardpixel/gedit-panel-toggler/archive/$pkgver.tar.gz")
+md5sums=("5722f7213f2b69b0ea3488c8a4794a44")
package() {
mkdir -p "$pkgdir/usr/lib/gedit/plugins/panel-toggler"