summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2020-08-14 21:38:58 -0600
committergustawho2020-08-14 21:38:58 -0600
commite97ed86c264ef460dc71390692b0d6b0335a3d34 (patch)
treec8a9ccdef3093887dae680b96941fcd135ffd2be
parent884a394802474e11ecd395e0753929abbdc4064c (diff)
downloadaur-plasma5-applets-plastweet.tar.gz
New version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75606e8181a..f4b6fb5484e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma5-applets-plastweet
pkgdesc = A small plasmoid to send tweets directly from the desktop
- pkgver = 0.2
- pkgrel = 1
+ pkgver = 0.1
+ pkgrel = 2
url = https://github.com/gustawho/plastweet
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = plasma5-applets-plastweet
depends = plasma-workspace
depends = jsoncpp
depends = curl
- source = plasma5-applets-plastweet-0.2::git+https://github.com/gustawho/plastweet.git#commit=fc367a8b5c82b34cf94d6d7ebfeb5835a8bd796f
+ source = plasma5-applets-plastweet-0.1::git+https://github.com/gustawho/plastweet.git#commit=6613b7b0ce2cc3229770c1e92a736f5e7daa7cd1
sha256sums = SKIP
pkgname = plasma5-applets-plastweet
diff --git a/PKGBUILD b/PKGBUILD
index 85ecea36a15f..4554016b55ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=plasma5-applets-plastweet
-pkgver=0.2
-pkgrel=1
+pkgver=0.1
+pkgrel=2
pkgdesc="A small plasmoid to send tweets directly from the desktop"
arch=('x86_64')
url="https://github.com/gustawho/plastweet"
license=('GPL3')
depends=('plasma-workspace' 'jsoncpp' 'curl')
makedepends=('extra-cmake-modules' 'git')
-source=("${pkgname}-${pkgver}::git+${url}.git#commit=fc367a8b5c82b34cf94d6d7ebfeb5835a8bd796f")
+source=("${pkgname}-${pkgver}::git+${url}.git#commit=6613b7b0ce2cc3229770c1e92a736f5e7daa7cd1")
sha256sums=('SKIP')
build() {