summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2016-02-02 10:25:41 +0600
committerKonstantin Shalygin2016-02-02 10:25:41 +0600
commitc630bfaadea0274ece51f9ba06b861c64c0f3046 (patch)
tree1714772154638e5a948ccd7dfca031c670d71a99
parent1a21471c51150acb6c937bc403b46d16e99b4359 (diff)
downloadaur-c630bfaadea0274ece51f9ba06b861c64c0f3046.tar.gz
Fix for makepkg 5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52407798afe1..3f5b56af894f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 04:24:56 UTC 2016
pkgbase = pidgin-save-conversations
pkgdesc = Crossplatform plugin for Pidgin messenger that saves your opened conversations at shutdown and restores its at startup
pkgver = 0.2
- pkgrel = 1
- url = https://pidgin.im/
+ pkgrel = 2
+ url = http://sourceforge.net/projects/save-convs
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index dfcb7863c051..a1c4e28a069e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Shalygin Konstantin (kostya@opentech.ru)
+# Maintainer: Shalygin Konstantin <k0ste@cn.ru>
pkgname='pidgin-save-conversations'
pkgver='0.2'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Crossplatform plugin for Pidgin messenger that saves your opened conversations at shutdown and restores its at startup'
arch=('i686' 'x86_64')
-url=('https://pidgin.im/')
+url='http://sourceforge.net/projects/save-convs'
license=('GPL')
depends=('pidgin' 'perl')
-source=("http://sourceforge.net/projects/save-convs/files/save-convs/${pkgver}/${pkgname}-${pkgver}.zip")
+source=("${url}/files/save-convs/${pkgver}/${pkgname}-${pkgver}.zip")
sha256sums=("ebb7caf30dad9e507e95396b67f316b94518dafb0408ae654c9528872bf2ca7f")
package() {
- pushd "$srcdir"
- install -Dm644 "save-conversations.pl" "$pkgdir/usr/lib/pidgin/save-conversations.pl"
+ pushd "${srcdir}"
+ install -Dm644 "save-conversations.pl" "${pkgdir}/usr/lib/pidgin/save-conversations.pl"
popd
}