summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Levesque2019-12-23 19:40:01 -0500
committerNate Levesque2019-12-23 19:40:01 -0500
commit09ef93e2224606f198d0b962c5d6a7ac3b4b9e1c (patch)
treef1aa57f9acda99dce921d571a3f312fe859454d8
parent09783d5dc5d0162e3cf8f07223b0a0ed21fceab2 (diff)
downloadaur-09ef93e2224606f198d0b962c5d6a7ac3b4b9e1c.tar.gz
change python2 to python
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6703351669a..3b5fc001bd16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = insync
license = custom:insync
depends = xdg-utils
depends = glibc
- depends = python2
+ depends = python
depends = libglvnd
depends = nss
depends = libxcursor
diff --git a/PKGBUILD b/PKGBUILD
index 4741d8cd0ca8..cbc6594e4b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('custom:insync')
options=(!strip)
depends=('xdg-utils'
'glibc'
- 'python2'
+ 'python'
'libglvnd'
'nss'
'libxcursor'