summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrealasking@outlook.com2022-05-11 08:58:58 +0800
committerrealasking@outlook.com2022-05-11 08:58:58 +0800
commita9620a29acd8f4e2512310678964d3a1fdc590f5 (patch)
tree0dc957aedffe9e4f23c69862b4a2531104529875
parented8b2f44bd212e5ff50bf2bf0ab35d8a762bea89 (diff)
downloadaur-a9620a29acd8f4e2512310678964d3a1fdc590f5.tar.gz
Change dependence from env-modules-tcl to env-modules
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f631d26de2..606b616835eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = essential-pathway-git
pkgdesc = A tool that helps people quickly access to their most commonly used folders in command line in some operation systems like linux,written in python3.
- pkgver = 1.0.2
- pkgrel = 1
+ pkgver = 1.0.3
+ pkgrel = 2
url = https://github.com/realasking/essential-pathway
arch = x86_64
arch = i686
license = GPL
depends = python
- depends = env-modules-tcl
+ depends = env-modules
depends = python-prettytable
depends = python-setuptools
provides = essential-pathway
pkgname = essential-pathway-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 78658056bba4..2fe8e8d25589 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
## Maintainer: realasking
pkgname=essential-pathway-git
-pkgver=1.0.2
-pkgrel=1
+pkgver=1.0.3
+pkgrel=2
pkgdesc='A tool that helps people quickly access to their most commonly used folders in command line in some operation systems like linux,written in python3.'
arch=(x86_64 i686)
url='https://github.com/realasking/essential-pathway'
license=('GPL')
-depends=('python' 'env-modules-tcl' 'python-prettytable' 'python-setuptools')
+depends=('python' 'env-modules' 'python-prettytable' 'python-setuptools')
provides=('essential-pathway')
source=()
md5sums=()