summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwszqkzqk2021-10-10 10:45:55 +0800
committerwszqkzqk2021-10-10 10:45:55 +0800
commita126ca8cca68992b803fc0344de0fae4fffa9d41 (patch)
treeef6f3b68ba03bc30da07563befdab24f3c11fd31
parent945e59ae1e00b259f333563abd28213456fe8fe4 (diff)
downloadaur-a126ca8cca68992b803fc0344de0fae4fffa9d41.tar.gz
Updated by update.sh
-rwxr-xr-xPKGBUILD2
-rwxr-xr-xupdate.sh7
2 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cad1fc1fbee..077268c7822e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="VESTA is a 3D visualization program for structural models, volumetric d
arch=('x86_64')
url="http://www.jp-minerals.org/vesta/en/"
license=('VESTA LICENSE')
-conflicts=(vesta)
+conflicts=('vesta' 'vesta-bin')
depends=(
'gtk3' 'glu' 'desktop-file-utils' 'libxtst' 'java-environment-common'
)
diff --git a/update.sh b/update.sh
new file mode 100755
index 000000000000..fb12d5860203
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+cd `dirname $0`; pwd
+updpkgsums
+git add PKGBUILD .SRCINFO update.sh
+git commit -m 'Updated by update.sh'
+git push -u ssh://aur@aur.archlinux.org/vesta-rpm.git
+