diff options
author | Kirill Pshenichnyi | 2021-11-19 12:13:57 +0100 |
---|---|---|
committer | Kirill Pshenichnyi | 2021-11-19 12:13:57 +0100 |
commit | d595d9cb6fbcf9f4537bd6260bea6cb540385ff5 (patch) | |
tree | 53630d49b71602404db70a0bad347b75f2a7dd50 | |
parent | 1964ef3ead3eb66b6777d505347094397e34eee5 (diff) | |
download | aur-d595d9cb6fbcf9f4537bd6260bea6cb540385ff5.tar.gz |
reformat source string
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..2990844559d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/src/ +/pkg/ + +*.tar.* @@ -13,7 +13,7 @@ url="https://www.tango-controls.org/" license=('GPL3') depends=('tango-idl' 'omniorb' 'zeromq' 'doxygen' 'cmake>=3.7') conflicts=('tango') -source=("https://gitlab.com/tango-controls/cppTango/-/archive/9.3.4/cppTango-9.3.4.tar.gz") +source=("https://gitlab.com/tango-controls/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz") sha256sums=('50828ae9f523c8b2eeb546b38138b0d0882fcd3050e952d93a66a594ed178e72') _dir="${_pkgname}-${pkgver}" |