summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c5145141f5c..29ef7d72b963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = i3session-git
license = GPL
makedepends = git
depends = python2-xdg
- depends = python2-i3-py
+ depends = python-i3-py
depends = i3-wm
depends = xorg-xprop
source = git://github.com/joepestro/i3session.git
diff --git a/PKGBUILD b/PKGBUILD
index 1b1efbbce2d1..89ed80a75782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Remembers what's running in your i3 workspaces by saving a session file
arch=('any')
url="https://github.com/joepestro/$_gitname"
license=('GPL')
-depends=(python2-xdg python2-i3-py i3-wm xorg-xprop)
+depends=(python2-xdg python-i3-py i3-wm xorg-xprop)
makedepends=('git')
source=("git://github.com/joepestro/$_gitname.git")
md5sums=('SKIP')