diff options
author | CDaut | 2024-07-04 11:45:18 +0200 |
---|---|---|
committer | CDaut | 2024-07-04 11:45:18 +0200 |
commit | 85a89c73d2d5470d1855a63dd6402a54444f3a0e (patch) | |
tree | fb071d64b20c9d8c3ebf39bfd86cdeac83ad57ce | |
parent | b4a3e99049fdd776dc45b496b23a706e69c74588 (diff) | |
download | aur-85a89c73d2d5470d1855a63dd6402a54444f3a0e.tar.gz |
removed incorrect provides
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ arch=('x86_64' 'aarch64') url="https://github.com/kit-sdq/programming-lecture-eclipse-artemis/" license=('EPL') depends=('java-environment>=17' 'webkit2gtk') -provides=('eclipse-java') install=artemis.install source_x86_64=("$pkgname-$pkgver-$CARCH.tar.gz::https://github.com/kit-sdq/programming-lecture-eclipse-artemis/releases/download/v$pkgver/Artemis_Grading_Linux_x86_64.zip" "artemis.desktop") |