summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Lansdowne2022-06-20 22:05:17 +0100
committerJoseph Lansdowne2022-06-20 22:05:17 +0100
commit41f8299d512aa52ec5c6be3d9cee9fdd55ae65ce (patch)
treefe43929f4fe0d73acffdde47831a4da3f5fce553
parent9be5235ba44eef20a38d10401cb1b854154d563c (diff)
downloadaur-41f8299d512aa52ec5c6be3d9cee9fdd55ae65ce.tar.gz
use python2-pyxdg instead of python2-pyxdg-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d8169b2da63..de114443458d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pyroom
pkgdesc = A distraction-free text editor
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://pyroom.org/
arch = any
license = GPL3
depends = python2
- depends = python2-pyxdg-git
+ depends = python2-pyxdg
depends = pygtk
optdepends = python2-gconf: to use GNOME default fonts
source = http://launchpad.net/pyroom/0.4/0.4.1/+download/pyroom-0.4.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3c21ea0ce2d1..4920d36a5ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Joseph Lansdowne <J49137@gmail.com>
pkgname=pyroom
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='A distraction-free text editor'
arch=(any)
url='http://pyroom.org/'
license=(GPL3)
-depends=(python2 python2-pyxdg-git pygtk) # gettext is in base
+depends=(python2 python2-pyxdg pygtk) # gettext is in base
optdepends=('python2-gconf: to use GNOME default fonts')
source=("http://launchpad.net/$pkgname/0.4/0.4.1/+download/$pkgname-$pkgver.tar.gz")
md5sums=('35e6dfb611b2732471a78f88465ebf7f')